summaryrefslogtreecommitdiff
path: root/source3/script/tests
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-05 10:29:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:43:25 -0500
commit3c23af97f9fc128782f0bcae42a2b01dae5aa577 (patch)
tree053efcbc859aab836246a46ba53ab4e4b6669dbf /source3/script/tests
parent2ad87313415b4ec5c9feac7ac9649a071adf8125 (diff)
downloadsamba-3c23af97f9fc128782f0bcae42a2b01dae5aa577.tar.gz
samba-3c23af97f9fc128782f0bcae42a2b01dae5aa577.tar.bz2
samba-3c23af97f9fc128782f0bcae42a2b01dae5aa577.zip
r18069: it isn't a good idea to run the PIPE_NUMBER test on a file share...
But I wonder why it is so slow on my laptop and takes only 1 second on the 'opi' build farm host. I got only 2-3 opens per second... metze (This used to be commit d5c55e731adbd5f05fdea8550b64186b2ca7c2b8)
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-xsource3/script/tests/test_smbtorture_s3.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/script/tests/test_smbtorture_s3.sh b/source3/script/tests/test_smbtorture_s3.sh
index cd45f3419e..38ab40f09d 100755
--- a/source3/script/tests/test_smbtorture_s3.sh
+++ b/source3/script/tests/test_smbtorture_s3.sh
@@ -24,11 +24,11 @@ tests="$tests UNLINK BROWSE ATTR TRANS2 MAXFID TORTURE "
tests="$tests OPLOCK1 OPLOCK2 OPLOCK3"
tests="$tests DIR DIR1 TCON TCONDEV RW1 RW2 RW3"
tests="$tests OPEN XCOPY RENAME DELETE PROPERTIES W2K"
-tests="$tests PIPE_NUMBER TCON2 IOCTL CHKPATH FDSESS LOCAL-SUBSTITUTE"
+tests="$tests TCON2 IOCTL CHKPATH FDSESS LOCAL-SUBSTITUTE"
skipped1="RANDOMIPC NEGNOWAIT NBENCH ERRMAPEXTRACT TRANS2SCAN NTTRANSSCAN"
skipped2="DENY1 DENY2 OPENATTR CASETABLE EATEST"
-skipped3="MANGLE UTABLE"
+skipped3="MANGLE UTABLE PIPE_NUMBER"
echo "Skipping the following tests:"
echo "$skipped1"
echo "$skipped2"