Skip to content

Commit aa40898

Browse files
committed
mark failing tests
1 parent 7b451fc commit aa40898

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/test/test_threading.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,6 +1202,8 @@ def do_fork_and_wait():
12021202
t.join()
12031203

12041204
@support.requires_fork()
1205+
# TODO: RUSTPYTHON
1206+
@unittest.expectedFailure
12051207
def test_clear_threads_states_after_fork(self):
12061208
# Issue #17094: check that threads states are cleared after fork()
12071209

0 commit comments

Comments
 (0)