Make tests run faster by removing an extreme case

This commit is contained in:
Kristóf Tóth 2019-08-05 17:13:52 +02:00
parent f31493e58e
commit 4b3163179b
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@ def test_io_random(io_pipes):
4*1024*1024,
8*1024*1024,
16*1024*1024,
32*1024*1024
]
)
def test_io_large_data(io_pipes, test_data_size):