We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_compress_locking
test_zstd
1 parent 5ba525c commit 65ab4a3Copy full SHA for 65ab4a3
Lib/test/test_zstd.py
@@ -2426,6 +2426,7 @@ def test_buffer_protocol(self):
2426
self.assertEqual(f.write(arr), LENGTH)
2427
self.assertEqual(f.tell(), LENGTH)
2428
2429
+@unittest.skip("it fails for now, see gh-133885")
2430
class FreeThreadingMethodTests(unittest.TestCase):
2431
2432
@unittest.skipUnless(Py_GIL_DISABLED, 'this test can only possibly fail with GIL disabled')
0 commit comments