summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh
index 2196426d634..db4240f9660 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -201,7 +201,9 @@ function is_bad_test ()
./tests/basic/mount-nfs-auth.t \
./tests/geo-rep/georep-basic-dr-rsync.t \
./tests/geo-rep/georep-basic-dr-tarssh.t \
- ; do
+ ./tests/basic/afr/arbiter-statfs.t \
+ ./tests/basic/tier/tier.t \
+ ; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done
return 1 # bash: non-zero means false/failure