summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh
index ee7405e5e67..980290d9322 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -195,6 +195,8 @@ 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 \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done