From e3032d5fc8c77aae9de990d40eac764f14376d2f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 17 Nov 2009 12:03:54 +0100 Subject: s4:selftest: for now skip the BASE-DELAY-WRITE test completely This test randomly fails depending on the timing (the tests are too strict with the values introduced in commit 0fca2b078ceb314e429e24e3318b50451ccf423b) and local filesystem features (timestamp resolution). metze --- source4/selftest/skip | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') diff --git a/source4/selftest/skip b/source4/selftest/skip index 2875acca87..7003ceeb8d 100644 --- a/source4/selftest/skip +++ b/source4/selftest/skip @@ -69,3 +69,4 @@ trans2.scan # uses huge number of file descriptors base.scan.ioctl # bad idea in make test base.scan.pipe_number # bad idea in make test base.secleak # no point on build farm +base.delaywrite # This is randomly failing, depending on timing and filesystem features -- cgit