summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/selftest/skip1
-rwxr-xr-xsource3/selftest/tests.py2
2 files changed, 1 insertions, 2 deletions
diff --git a/source3/selftest/skip b/source3/selftest/skip
index 4366ae6872..5e681729ce 100644
--- a/source3/selftest/skip
+++ b/source3/selftest/skip
@@ -12,7 +12,6 @@
^samba3.smbtorture_s3.*.mangle
^samba3.smbtorture_s3.*.utable
^samba3.smbtorture_s3.*.pipe_number
-^samba3.smbtorture_s3.*.CHAIN1
^samba3.*base.charset
^samba3.*raw.acls
^samba3.*raw.composite
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 23e4c6e783..a7e3ea50a0 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -56,7 +56,7 @@ tests=[ "FDPASS", "LOCK1", "LOCK2", "LOCK3", "LOCK4", "LOCK5", "LOCK6", "LOCK7",
"OPLOCK1", "OPLOCK2", "OPLOCK4", "STREAMERROR",
"DIR", "DIR1", "DIR-CREATETIME", "TCON", "TCONDEV", "RW1", "RW2", "RW3", "RW-SIGNING",
"OPEN", "XCOPY", "RENAME", "DELETE", "DELETE-LN", "PROPERTIES", "W2K",
- "TCON2", "IOCTL", "CHKPATH", "FDSESS", "LOCAL-SUBSTITUTE", "CHAIN1",
+ "TCON2", "IOCTL", "CHKPATH", "FDSESS", "LOCAL-SUBSTITUTE", "CHAIN1", "CHAIN2",
"GETADDRINFO", "POSIX", "UID-REGRESSION-TEST", "SHORTNAME-TEST",
"LOCAL-BASE64", "LOCAL-GENCACHE", "POSIX-APPEND",
"CASE-INSENSITIVE-CREATE", "SMB2-BASIC",