Skip to content

Commit 73e1eeb

Browse files
committed
skip test_enum.test_unique_composite
1 parent 514014f commit 73e1eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_enum.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2889,7 +2889,7 @@ class Color(StrMixin, AllMixin, IntFlag):
28892889
self.assertEqual(Color.ALL.value, 7)
28902890
self.assertEqual(str(Color.BLUE), 'blue')
28912891

2892-
@unittest.skipIf(sys.platform == "win32" or sys.platform.startswith("linux"), "TODO: RUSTPYTHON, inconsistent test result on Windows due to threading")
2892+
@unittest.skip("TODO: RUSTPYTHON, inconsistent test result due to threading")
28932893
@threading_helper.reap_threads
28942894
def test_unique_composite(self):
28952895
# override __eq__ to be identity only

0 commit comments

Comments
 (0)