summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2018-08-17 09:31:48 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-08-25 09:00:16 +0200
commit3d2baa9c95c8e2b3f8952e5e0bf6984408961b13 (patch)
treefea0b9f235500ecaa325b26ce49144521239b63b /source4
parentda6530d9d18e5923ebd94c8a3f2865a193b37a73 (diff)
downloadsamba-3d2baa9c95c8e2b3f8952e5e0bf6984408961b13.tar.gz
selftest: Move samba.tests.lsa_string to none environment, it does not contact a server
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 17f2ae0bf8f..f884d272cc7 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -762,7 +762,7 @@ planoldpythontestsuite("fl2000dc:local",
"samba.tests.encrypted_secrets",
extra_args=['-U"$USERNAME%$PASSWORD"'])
-planpythontestsuite("ad_dc_ntvfs:local",
+planpythontestsuite("none",
"samba.tests.lsa_string",
py3_compatible=True)