summaryrefslogtreecommitdiff
path: root/source4/selftest/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/selftest/tests.py')
-rwxr-xr-xsource4/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 7450f96b309..3c2e03d5262 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -316,6 +316,7 @@ smb2_s3only = [
"smb2.dosmode",
"smb2.credits",
"smb2.kernel-oplocks",
+ "smb2.durable-v2-delay",
]
smb2 = [x for x in smbtorture4_testsuites("smb2.") if x not in smb2_s3only]