diff options
-rw-r--r-- | source4/samba4-slow | 10 | ||||
-rwxr-xr-x | source4/selftest/samba4_tests.sh | 1 |
2 files changed, 5 insertions, 6 deletions
diff --git a/source4/samba4-slow b/source4/samba4-slow index e4387c1958..d414368de8 100644 --- a/source4/samba4-slow +++ b/source4/samba4-slow @@ -1,7 +1,7 @@ # This file contains regexes matching tests that are very slow and # should be skipped during a normal test run. -.*base.bench.holdcon.* -raw.bench.lookup -base.utable -base.smb -rpc.scanner +.*base.bench.holdcon.* # Slow +raw.bench.lookup # Slow +base.utable # Slow +base.smb # Slow +rpc.scanner # Slow diff --git a/source4/selftest/samba4_tests.sh b/source4/selftest/samba4_tests.sh index 9693451c47..860a54f80c 100755 --- a/source4/selftest/samba4_tests.sh +++ b/source4/selftest/samba4_tests.sh @@ -65,7 +65,6 @@ smb4torture="$samba4bindir/smbtorture $TORTURE_OPTIONS" plantest "js.base" dc "$SCRIPTDIR/base.js" $CONFIGURATION plantest "js.ldb" none "$SCRIPTDIR/ldb.js" `pwd` $CONFIGURATION -d 10 -plantest "js.winreg" dc $samba4srcdir/scripting/bin/winreg $CONFIGURATION ncalrpc: 'HKLM' -U\$USERNAME%\$PASSWORD # Simple tests for LDAP and CLDAP |