forked from Rust-related/RustPython
Mark flaky test_enum::TestFlag::test_unique_composite skip
This commit is contained in:
4
Lib/test/test_enum.py
vendored
4
Lib/test/test_enum.py
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user