Skip to content

Commit 9093939

Browse files
committed
Address review
1 parent b60e48c commit 9093939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_zstd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2430,9 +2430,9 @@ 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

2435-
@unittest.skip("it fails for now, see gh-133885")
24362436
@unittest.skipUnless(Py_GIL_DISABLED, 'this test can only possibly fail with GIL disabled')
24372437
@threading_helper.reap_threads
24382438
@threading_helper.requires_working_threading()

0 commit comments

Comments
 (0)