diff options
-rw-r--r-- | tests/tio/test_tio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tio/test_tio.c b/tests/tio/test_tio.c index 8d1e2d1..5e8758b 100644 --- a/tests/tio/test_tio.c +++ b/tests/tio/test_tio.c @@ -197,7 +197,7 @@ int main(int UNUSED(argc),char UNUSED(*argv[])) test_blocks(4*1024,11,4*11,1024); test_blocks(5*1023,20,20*1023,5); /* reader closes file sooner */ - test_blocks(2*6*1023,20,20*1023,5); +/* test_blocks(2*6*1023,20,20*1023,5); */ /* test_blocks(10,10,10,9); */ /* writer closes file sooner */ /* test_blocks(4*1023,20,20*1023,5); */ |