diff --git a/Lib/test/test_thread.py b/Lib/test/test_thread.py index dc55174421a..22b19ee3d30 100644 --- a/Lib/test/test_thread.py +++ b/Lib/test/test_thread.py @@ -115,7 +115,7 @@ def test_nt_and_posix_stack_size(self): thread.stack_size(0) - @unittest.skipIf(__import__("sys").platform in ("linux", "win32"), "TODO: RUSTPYTHON; Flakey on CI") + @unittest.skip("TODO: RUSTPYTHON; Flakey on CI") def test__count(self): # Test the _count() function. orig = thread._count()