From: Stefan Metzmacher Date: Tue, 17 Nov 2009 11:03:54 +0000 (+0100) Subject: s4:selftest: for now skip the BASE-DELAY-WRITE test completely X-Git-Tag: tdb-1.2.0~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3032d5fc8c77aae9de990d40eac764f14376d2f;p=thirdparty%2Fsamba.git 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 --- diff --git a/source4/selftest/skip b/source4/selftest/skip index 2875acca877..7003ceeb8d4 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