Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-07-15 23:40:58 +0200
committerArthur de Jong <arthur@arthurdejong.org>2007-07-15 23:40:58 +0200
commit22b61dbeec10dd33c70ac2e7e234a362340aa809 (patch)
treea0b7418a60bb171a47aec64b714840185263ce7d
parentd96116bc33caf25d20c1a1912c04f9cd20da1e63 (diff)
disable test that will always fail
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@307 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--tests/tio/test_tio.c2
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); */