From e67445b7f714ed2c04cd684dc6171d2cf7c6345a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 17 Nov 2009 11:59:21 +0100 Subject: [PATCH] s4:selftest: avoid running the slow BASE-DELAY-WRITE test on the cifs proxy share It's enough to run it on the posix share. metze --- source4/selftest/slow | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/selftest/slow b/source4/selftest/slow index d414368de89..6501a0cbf06 100644 --- a/source4/selftest/slow +++ b/source4/selftest/slow @@ -5,3 +5,4 @@ raw.bench.lookup # Slow base.utable # Slow base.smb # Slow rpc.scanner # Slow +ntvfs.cifs.base.delaywrite # It's a slow test and having it on the proxy share is not needed -- 2.11.4.GIT