From: Andrew Bartlett Date: Thu, 16 Aug 2018 21:31:48 +0000 (+1200) Subject: selftest: Move samba.tests.lsa_string to none environment, it does not contact a... X-Git-Tag: tdb-1.3.17~2010 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d2baa9c95c8e2b3f8952e5e0bf6984408961b13;p=thirdparty%2Fsamba.git selftest: Move samba.tests.lsa_string to none environment, it does not contact a server Signed-off-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- 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)