gh-133885: skip test_compress_locking in test_zstd (#133943)

This commit is contained in:
sobolevn 2025-05-12 22:15:44 +03:00 committed by GitHub
parent ae74e3f863
commit e8665d4d46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2430,6 +2430,7 @@ def test_buffer_protocol(self):
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')