Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 198dc8d

Browse filesBrowse 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
Copy full SHA for 198dc8d

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎Lib/test/test_zstd.py

Copy file name to clipboardExpand all lines: Lib/test/test_zstd.py
+1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.