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 c99452d2e54..9ce914efba6 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -213,6 +213,7 @@ function is_bad_test ()
./tests/bugs/snapshot/bug-1140162-file-snapshot-features-encrypt-opts-validation.t \
./tests/bugs/tier/bug-1286974.t \
./tests/features/weighted-rebalance.t \
+ ./tests/performance/open-behind.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done