Skip to content

Commit 5ae488b

Browse files
author
Adam Hrbac
committed
Skip test_07 on CPython
1 parent ad3561f commit 5ae488b

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
@@ -203,6 +203,7 @@ def simpler_trace(self, fr, ev, arg):
203203
self.events.append(fr.f_code.co_name)
204204

205205
@unittest.skipIf(not hasattr(signal, 'SIGUSR1'), "User defined signal not present")
206+
@unittest.skipIf(not hasattr(builtins, '__graalpython__'), "async actions do get traced in CPython")
206207
def test_07_async_actions_not_traced(self):
207208
def handler(*_): handler.called = 1
208209

0 commit comments

Comments
 (0)