There was an error while loading. Please reload this page.
1 parent 2b37d2f commit caf807fCopy full SHA for caf807f
1 file changed
Lib/test/_test_multiprocessing.py
@@ -1459,7 +1459,7 @@ def _acquire_release(lock, timeout, l=None, n=1):
1459
for _ in range(n):
1460
lock.release()
1461
1462
- @unittest.expectedFailureIf(sys.platform == "darwin", "TODO: RUSTPYTHON")
+ @unittest.skip("TODO: RUSTPYTHON; flaky on darwin")
1463
def test_repr_rlock(self):
1464
if self.TYPE != 'processes':
1465
self.skipTest('test not appropriate for {}'.format(self.TYPE))
0 commit comments