From: Andrew Bartlett Date: Sat, 3 Mar 2018 08:03:11 +0000 (+1300) Subject: selftest: Do not run smb2.notify against nt4_dc and ad_dc X-Git-Tag: talloc-2.1.13~221 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fd29c05f347dfa305d93be9202fbae56570d223;p=thirdparty%2Fsamba.git selftest: Do not run smb2.notify against nt4_dc and ad_dc This is a slow test and we need to keep the time on ad_dc down to below 50mins total for travis-ci. Signed-off-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index c93abf5e632..a65edcea713 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -519,7 +519,6 @@ for t in tests: plansmbtorture4testsuite(t, "simpleserver", '//$SERVER/tmp -U$USERNAME%$PASSWORD') elif t == "smb2.notify": plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD --signing=required') - plansmbtorture4testsuite(t, "ad_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD --signing=required') elif t == "smb2.dosmode": plansmbtorture4testsuite(t, "simpleserver", '//$SERVER/dosmode -U$USERNAME%$PASSWORD') elif t == "smb2.kernel-oplocks":