diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-01-26 14:48:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:44:22 -0500 |
commit | 6676d7cfc7f011800c029a24510027e557943f4f (patch) | |
tree | eb36c47a0c7d0a90533f53e185176270957dbf88 /source4 | |
parent | 32dd550d1958cea0af8bfde6cb306f8a13246eb5 (diff) | |
download | samba-6676d7cfc7f011800c029a24510027e557943f4f.tar.gz samba-6676d7cfc7f011800c029a24510027e557943f4f.tar.bz2 samba-6676d7cfc7f011800c029a24510027e557943f4f.zip |
r21031: Skip some tests that were not listed previously.
(This used to be commit 7b160f18b26a5abe13b1cbc8039e57bd0cee86e0)
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/script/tests/test_posix.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/script/tests/test_posix.sh b/source4/script/tests/test_posix.sh index 2e11fa0ace..95b962a832 100755 --- a/source4/script/tests/test_posix.sh +++ b/source4/script/tests/test_posix.sh @@ -28,7 +28,10 @@ tests="$base $raw $smb2" # # please add tests you want to be skipped here! # -skipped="BASE-CHARSET BASE-DEFER_OPEN BASE-DELAYWRITE RAW-COMPOSITE RAW-OPLOCK RAW-ACLS" +skipped="BASE-CHARSET BASE-DEFER_OPEN BASE-DELAYWRITE RAW-COMPOSITE RAW-OPLOCK RAW-ACLS BASE-IOMETER" +skipped="$skipped BASE-SAMBA3ERROR BASE-CASETABLE BASE-NTTRANS BASE-BENCH-HOLDCON BASE-SCAN-MAXFID" +skipped="$skipped RAW-BENCH-OPLOCK RAW-SAMBA3HIDE RAW-SAMBA3CLOSEERR RAW-SAMBA3CHECKFSP RAW-SAMBA3BADPATH" +skipped="$skipped RAW-SCAN-EAMAX" echo "WARNING: Skipping tests $skipped" |