summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-11-17 12:03:54 +0100
committerStefan Metzmacher <metze@samba.org>2009-11-18 06:50:23 +0100
commite3032d5fc8c77aae9de990d40eac764f14376d2f (patch)
tree22faa86232ab236a3a0ae731e18bb97494d31cb8 /source4/selftest
parente67445b7f714ed2c04cd684dc6171d2cf7c6345a (diff)
downloadsamba-e3032d5fc8c77aae9de990d40eac764f14376d2f.tar.gz
samba-e3032d5fc8c77aae9de990d40eac764f14376d2f.tar.bz2
samba-e3032d5fc8c77aae9de990d40eac764f14376d2f.zip
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
Diffstat (limited to 'source4/selftest')
-rw-r--r--source4/selftest/skip1
1 files changed, 1 insertions, 0 deletions
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