From 22b61dbeec10dd33c70ac2e7e234a362340aa809 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 15 Jul 2007 21:40:58 +0000 Subject: disable test that will always fail git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@307 ef36b2f9-881f-0410-afb5-c4e39611909c --- tests/tio/test_tio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); */ -- cgit v1.2.3