8000 gh-133885: skip `test_compress_locking` in `test_zstd` (#133943) · python/cpython@e8665d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit e8665d4

Browse files
authored
gh-133885: skip test_compress_locking in test_zstd (#133943)
1 parent ae74e3f commit e8665d4

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
@@ -2430,6 +2430,7 @@ def test_buffer_protocol(self):
24302430
self.assertEqual(f.write(arr), LENGTH)
24312431
self.assertEqual(f.tell(), LENGTH)
24322432

2433+
@unittest.skip("it fails for now, see gh-133885")
24332434
class FreeThreadingMethodTests(unittest.TestCase):
24342435

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

0 commit comments

Comments
 (0)
0