Mark flaky test_enum::TestFlag::test_unique_composite skip

This commit is contained in:
Jeong YunWon
2023-03-10 02:46:14 +09:00
parent 91b57a3f28
commit 2287720201

View File

@@ -2466,9 +2466,7 @@ class TestFlag(unittest.TestCase):
self.assertEqual(Color.ALL.value, 7)
self.assertEqual(str(Color.BLUE), 'blue')
# TODO: RUSTPYTHON
@unittest.expectedFailure
@unittest.skipIf(sys.platform == "win32", "TODO: RUSTPYTHON, inconsistent test result on Windows due to threading")
@unittest.skip("TODO: RUSTPYTHON, inconsistent test result on Windows due to threading")
@threading_helper.reap_threads
def test_unique_composite(self):
# override __eq__ to be identity only