Skip to content

Commit e19ba5f

Browse files
committed
mark flaky
1 parent 4c86f7f commit e19ba5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/_test_multiprocessing.py

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

1462+
@unittest.skip("TODO: RUSTPYTHON; flaky test")
14621463
def test_repr_rlock(self):
14631464
if self.TYPE != 'processes':
14641465
self.skipTest('test not appropriate for {}'.format(self.TYPE))

0 commit comments

Comments
 (0)