Skip to content

Commit c360582

Browse files
sobolevnPranjal095
authored andcommitted
pythongh-133885: skip test_compress_locking in test_zstd (python#133943)
1 parent 9d0d140 commit c360582

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_zstd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2430,6 +2430,7 @@ def test_buffer_protocol(self):
24302430
self.assertEqual(f.write(arr), LENGTH)
24312431
self.assertEqual(f.tell(), LENGTH)
24322432

2433+
@unittest.skip("it fails for now, see gh-133885")
24332434
class FreeThreadingMethodTests(unittest.TestCase):
24342435

24352436
@unittest.skipUnless(Py_GIL_DISABLED, 'this test can only possibly fail with GIL disabled')

0 commit comments

Comments
 (0)