mirror of
https://github.com/python/cpython.git
synced 2026-01-08 00:12:42 +00:00
gh-133885: skip test_compress_locking in test_zstd (#133943)
This commit is contained in:
parent
ae74e3f863
commit
e8665d4d46
1 changed files with 1 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue