Skip to content

Commit 7aea508

Browse files
committed
gh-152190: Fix memory checking failure in test_strip_removed_large_file_with_dd_no_sig
Remove the overly restrictive `allowed_memory` override (200 KiB) in `test_strip_removed_large_file_with_dd_no_sig` to prevent a memory checking failure.
1 parent aec0aed commit 7aea508

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_zipfile64.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ def test_strip_removed_large_file_with_dd_no_sig(self):
201201
large file without causing a memory issue."""
202202
# Reduce data scale for this test, as it's especially slow...
203203
self.datacount = 30*1024**2 // len(self.data)
204-
self.allowed_memory = 200*1024
205204

206205
# Try the temp file. If we do TESTFN2, then it hogs
207206
# gigabytes of disk space for the duration of the test.

0 commit comments

Comments
 (0)