diff options
author | Andrew Bartlett <abartlet@samba.org> | 2018-03-03 21:03:11 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2018-03-27 23:03:13 +0200 |
commit | 3fd29c05f347dfa305d93be9202fbae56570d223 (patch) | |
tree | e7482a9a66800fb06a21e61a5b123a78e651a68e | |
parent | fd0368999e80839d7b90379a53732431504ea646 (diff) | |
download | samba-3fd29c05f347dfa305d93be9202fbae56570d223.tar.gz samba-3fd29c05f347dfa305d93be9202fbae56570d223.tar.xz samba-3fd29c05f347dfa305d93be9202fbae56570d223.zip |
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 <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
-rwxr-xr-x | source3/selftest/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
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": |