Skip to content

Commit caf807f

Browse files
committed
mark flaky test
1 parent 2b37d2f commit caf807f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/_test_multiprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ def _acquire_release(lock, timeout, l=None, n=1):
14591459
for _ in range(n):
14601460
lock.release()
14611461

1462-
@unittest.expectedFailureIf(sys.platform == "darwin", "TODO: RUSTPYTHON")
1462+
@unittest.skip("TODO: RUSTPYTHON; flaky on darwin")
14631463
def test_repr_rlock(self):
14641464
if self.TYPE != 'processes':
14651465
self.skipTest('test not appropriate for {}'.format(self.TYPE))

0 commit comments

Comments
 (0)