Skip flaky test_enum::test_unique_composite (#5084)

This commit is contained in:
Jeong, YunWon
2023-10-06 14:34:50 +09:00
committed by GitHub
parent 7022512b83
commit 2fa88f94b6

View File

@@ -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):