8000 [3.14] gh-133885: skip `test_compress_locking` in `test_zstd` (GH-133… · python/cpython@198dc8d · GitHub
[go: up one dir, main page]

Skip to content

Commit 198dc8d

Browse files
[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 e8665d4) Co-authored-by: sobolevn <mail@sobolevn.me>
1 parent 3467656 commit 198dc8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_zstd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2426,6 +2426,7 @@ def test_buffer_protocol(self):
24262426
self.assertEqual(f.write(arr), LENGTH)
24272427
self.assertEqual(f.tell(), LENGTH)
24282428

2429+
@unittest.skip("it fails for now, see gh-133885")
24292430
class FreeThreadingMethodTests(unittest.TestCase):
24302431

24312432
@unittest.skipUnless(Py_GIL_DISABLED, 'this test can only possibly fail with GIL disabled')

0 commit comments

Comments
 (0)
0