Skip to content

Commit 3c42e3c

Browse files
committed
Skip our test for settrace too
1 parent 412f04b commit 3c42e3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_sys_settrace.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ def test_case(self):
155155
return test_case
156156

157157
@unittest.skipIf(skip, 'sys.settrace only works in the bytecode interpreter')
158+
@unittest.skipIf(True, 'Disabled due to GR-40754')
158159
class TraceTests(unittest.TestCase):
159160
def trace(self, frame, event, arg):
160161
code = frame.f_code

0 commit comments

Comments
 (0)