summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh
index a7a73378f31..1e7394bad42 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -195,7 +195,14 @@ function is_bad_test ()
{
local name=$1
for bt in ./tests/basic/quota-anon-fd-nfs.t \
+ ./tests/basic/tier/tier_lookup_heal.t \
+ ./tests/basic/tier/bug-1214222-directories_miising_after_attach_tier.t \
+ ./tests/bugs/snapshot/bug-1109889.t \
+ ./tests/bugs/distribute/bug-1066798.t \
./tests/basic/mount-nfs-auth.t\
+ ./tests/geo-rep/georep-basic-dr-rsync.t \
+ ./tests/geo-rep/georep-basic-dr-tarssh.t \
+ ./tests/basic/tier/tier.t \
./tests/bugs/glusterd/bug-1238706-daemons-stop-on-peer-cleanup.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success