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 9abe0be1121..2c1ff59442a 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -181,6 +181,8 @@ function is_bad_test ()
./tests/features/weighted-rebalance.t \
./tests/performance/open-behind.t \
./tests/basic/afr/self-heald.t \
+ ./tests/bugs/stripe/bug-1002207.t \
+ ./tests/bugs/stripe/bug-1111454.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done