Skip to content

Commit 17cc559

Browse files
committed
Skip more flaky tests in test_threading
1 parent 472c12c commit 17cc559

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_threading.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,6 +1178,7 @@ def main():
11781178
rc, out, err = assert_python_ok('-c', script)
11791179
self.assertFalse(err)
11801180

1181+
@unittest.skip('TODO: RUSTPYTHON, flaky')
11811182
@support.requires_fork()
11821183
@unittest.skipIf(sys.platform in platforms_to_skip, "due to known OS bug")
11831184
def test_reinit_tls_after_fork(self):

0 commit comments

Comments
 (0)