mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[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:
parent
3467656b18
commit
198dc8dcb2
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue