mirror of
https://github.com/samba-team/samba.git
synced 2025-03-22 02:50:28 +03:00
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
This commit is contained in:
parent
14a3d4d7f0
commit
04d63e973e
@ -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-")
|
||||
|
Loading…
x
Reference in New Issue
Block a user