forked from Rust-related/RustPython
Skip flaky test_enum::test_unique_composite (#5084)
This commit is contained in:
1
Lib/test/test_enum.py
vendored
1
Lib/test/test_enum.py
vendored
@@ -3417,6 +3417,7 @@ class OldTestFlag(unittest.TestCase):
|
||||
self.assertEqual(Color.ALL.value, 7)
|
||||
self.assertEqual(str(Color.BLUE), 'blue')
|
||||
|
||||
@unittest.skip("TODO: RUSTPYTHON; flaky test")
|
||||
@threading_helper.reap_threads
|
||||
@threading_helper.requires_working_threading()
|
||||
def test_unique_composite(self):
|
||||
|
||||
Reference in New Issue
Block a user