Skip to content

Commit 21af8a7

Browse files
committed
Skip test that causes a panic
1 parent f207f06 commit 21af8a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_asyncore.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ def setUp(self):
374374
def tearDown(self):
375375
support.unlink(support.TESTFN)
376376

377+
@unittest.skip("TODO: RUSTPYTHON, thread 'main' panicked at 'assertion failed: `(left != right)` left: `-1`, right: `-1`'")
377378
def test_recv(self):
378379
fd = os.open(support.TESTFN, os.O_RDONLY)
379380
w = asyncore.file_wrapper(fd)

0 commit comments

Comments
 (0)