summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun-tests.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh
index c57e4abf408..4736c7806ad 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -207,6 +207,13 @@ function is_bad_test ()
./tests/geo-rep/georep-basic-dr-tarssh.t \
./tests/bugs/replicate/bug-1221481-allow-fops-on-dir-split-brain.t \
./tests/bugs/fuse/bug-924726.t \
+ ./tests/basic/afr/split-brain-healing.t \
+ ./tests/basic/afr/sparse-file-self-heal.t \
+ ./tests/basic/afr/replace-brick-self-heal.t \
+ ./tests/bugs/tier/bug-1279376-rename-demoted-file.t \
+ ./tests/bugs/snapshot/bug-1140162-file-snapshot-features-encrypt-opts-validation.t \
+ ./tests/basic/afr/arbiter-statfs.t \
+ ./tests/features/weighted-rebalance.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done