diff options
author | Matthieu Patou <mat@matws.net> | 2010-10-27 00:50:41 +0400 |
---|---|---|
committer | Matthieu Patou <mat@matws.net> | 2010-10-27 14:29:45 +0400 |
commit | 04d63e973efb5b3e1bf677688f5d61ddf13cee42 (patch) | |
tree | 1cbf0ff2f9d733312e235b2bc1e2ab89fd135cf3 | |
parent | 14a3d4d7f06f667d3d5634360e1bb81f7f9a117d (diff) | |
download | samba-04d63e973efb5b3e1bf677688f5d61ddf13cee42.tar.gz samba-04d63e973efb5b3e1bf677688f5d61ddf13cee42.tar.bz2 samba-04d63e973efb5b3e1bf677688f5d61ddf13cee42.zip |
unit tests: remove smb2.dir
Tridge says that it's a hard to fix pb and that it's not the priority
for 4.0.0
-rwxr-xr-x | source4/selftest/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 3d3ac34209..3ac3cf45b2 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 = smb4torture_testsuites("SMB2-") +smb2 = filter(lambda x: "SMB2-DIR" not in x, 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-") |