Skip to content

Commit f2cdb1c

Browse files
author
Adam Hrbac
committed
Revert "Skip our test for settrace too"
Transient should no longer be happening This reverts commit 3c42e3c.
1 parent aa611c2 commit f2cdb1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ def test_case(self):
156156
return test_case
157157

158158
@unittest.skipIf(skip, 'sys.settrace only works in the bytecode interpreter')
159-
@unittest.skipIf(True, 'Disabled due to GR-40754')
160159
class TraceTests(unittest.TestCase):
161160
def trace(self, frame, event, arg):
162161
code = frame.f_code

0 commit comments

Comments
 (0)