Skip to content

Commit 2fa88f9

Browse files
authored
Skip flaky test_enum::test_unique_composite (RustPython#5084)
1 parent 7022512 commit 2fa88f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_enum.py

+1
Original file line numberDiff line numberDiff line change
@@ -3417,6 +3417,7 @@ class Color(StrMixin, AllMixin, Flag):
34173417
self.assertEqual(Color.ALL.value, 7)
34183418
self.assertEqual(str(Color.BLUE), 'blue')
34193419

3420+
@unittest.skip("TODO: RUSTPYTHON; flaky test")
34203421
@threading_helper.reap_threads
34213422
@threading_helper.requires_working_threading()
34223423
def test_unique_composite(self):

0 commit comments

Comments
 (0)