[3.14] gh-133885: skip test_compress_locking in test_zstd (GH-133943) (#133949)

gh-133885: skip `test_compress_locking` in `test_zstd` (GH-133943)
(cherry picked from commit e8665d4d46)

Co-authored-by: sobolevn <mail@sobolevn.me>
This commit is contained in:
Miss Islington (bot) 2025-05-13 10:27:17 +02:00 committed by GitHub
parent 3467656b18
commit 198dc8dcb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2426,6 +2426,7 @@ class OpenTestCase(unittest.TestCase):
self.assertEqual(f.write(arr), LENGTH)
self.assertEqual(f.tell(), LENGTH)
@unittest.skip("it fails for now, see gh-133885")
class FreeThreadingMethodTests(unittest.TestCase):
@unittest.skipUnless(Py_GIL_DISABLED, 'this test can only possibly fail with GIL disabled')