summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/samba4-slow4
-rwxr-xr-xsource4/selftest/selftest.pl1
2 files changed, 5 insertions, 0 deletions
diff --git a/source4/samba4-slow b/source4/samba4-slow
new file mode 100644
index 0000000000..05e62f44ef
--- /dev/null
+++ b/source4/samba4-slow
@@ -0,0 +1,4 @@
+.*base.bench.holdcon.* # Very slow
+raw.bench.lookup # Very slow
+base.utable # Slow
+base.smb # Slow
diff --git a/source4/selftest/selftest.pl b/source4/selftest/selftest.pl
index 5854a94b8d..e86ccbe468 100755
--- a/source4/selftest/selftest.pl
+++ b/source4/selftest/selftest.pl
@@ -499,6 +499,7 @@ sub read_test_regexes($)
open(LF, "<$name") or die("unable to read $name: $!");
while (<LF>) {
chomp;
+ next if (/^#/);
if (/^(.*?)([ \t]+)\#([\t ]*)(.*?)$/) {
push (@ret, [$1, $4]);
} else {