Skip to content

Commit

Permalink
skip test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Oct 6, 2024
1 parent 4eb7521 commit ad651f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpython/rlib/rvmprof/test/test_traceback.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ def f(argv):
got = r.findall(stdout)
addr = got[0][0]
assert got == [(addr, '1'), (addr, '1'), (addr, '0')]


@pytest.mark.flaky
def test_all():
import os, sys, subprocess
thisfile = os.path.abspath(__file__)
Expand Down

0 comments on commit ad651f6

Please sign in to comment.