unit tests: remove smb2.dir
authorMatthieu Patou <mat@matws.net>
Tue, 26 Oct 2010 20:50:41 +0000 (00:50 +0400)
committerMatthieu Patou <mat@matws.net>
Wed, 27 Oct 2010 10:29:45 +0000 (14:29 +0400)
Tridge says that it's a hard to fix pb and that it's not the priority
for 4.0.0

source4/selftest/tests.py

index 3d3ac34209822a8c39ab378c7eb64962ebaa6f56..3ac3cf45b2d481b191b97a5b98c9991e3dad11fe 100755 (executable)
@@ -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-")