Skip to content

Commit 92d7120

Browse files
committed
bpo-24658: just a test
1 parent 6001d33 commit 92d7120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_largefile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ def tearDownClass(cls):
4545
raise cls.failureException('File was not truncated by opening '
4646
'with mode "wb"')
4747

48-
@bigmemtest(size=_2G, memuse=1)
49-
def test_large_reads_writes(self, _size):
48+
def test_large_reads_writes(self):
5049
# see issue #24658
50+
size = size / 10
5151
requires('largefile',
5252
'test requires %s bytes and a long time to run' % size)
5353
self.addCleanup(unlink, TESTFN)

0 commit comments

Comments
 (0)