summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
Diffstat (limited to 'source4/selftest')
-rw-r--r--source4/selftest/skip1
-rwxr-xr-xsource4/selftest/tests.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/selftest/skip b/source4/selftest/skip
index e03234b3ca..671269a8fd 100644
--- a/source4/selftest/skip
+++ b/source4/selftest/skip
@@ -32,6 +32,7 @@ smb2.notify
smb2.scan
smb2.lease
smb2.durable.open
+smb2.dir
ntvfs.cifs.base.charset
ntvfs.cifs.base.iometer
ntvfs.cifs.base.casetable
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index a252a87d08..9d4d2b3782 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -314,7 +314,7 @@ plantestsuite_loadlist("samba4.ntp.signd", "dc:local", [smb4torture, 'ncacn_np:$
# Tests against the NTVFS POSIX backend
ntvfsargs = ["--option=torture:sharedelay=10000", "--option=torture:oplocktimeout=3", "--option=torture:writetimeupdatedelay=50000"]
-smb2 = filter(lambda x: "SMB2-DIR" not in x, smb4torture_testsuites("SMB2-"))
+smb2 = smb4torture_testsuites("SMB2-")
#The QFILEINFO-IPC test needs to be on ipc$
raw = filter(lambda x: "RAW-QFILEINFO-IPC" not in x, smb4torture_testsuites("RAW-"))
base = smb4torture_testsuites("BASE-")