summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh
index 5fc6be04e8b..57c81224324 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -179,6 +179,7 @@ function is_bad_test ()
./tests/bugs/tier/bug-1286974.t \
./tests/features/weighted-rebalance.t \
./tests/performance/open-behind.t \
+ ./tests/basic/afr/self-heald.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done