Skip to content

Commit 65ab4a3

Browse files
sobolevnmiss-islington
authored andcommitted
pythongh-133885: skip test_compress_locking in test_zstd (pythonGH-133943)
(cherry picked from commit e8665d4) Co-authored-by: sobolevn <[email protected]>
1 parent 5ba525c commit 65ab4a3

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
@@ -2426,6 +2426,7 @@ def test_buffer_protocol(self):
24262426
self.assertEqual(f.write(arr), LENGTH)
24272427
self.assertEqual(f.tell(), LENGTH)
24282428

2429+
@unittest.skip("it fails for now, see gh-133885")
24292430
class FreeThreadingMethodTests(unittest.TestCase):
24302431

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

0 commit comments

Comments
 (0)