summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh
index 0836b742832..743f19e97eb 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -215,6 +215,9 @@ function is_bad_test ()
./tests/bugs/disperse/bug-1187474.t \
./tests/basic/afr/sparse-file-self-heal.t \
./tests/basic/afr/data-self-heal.t \
+ ./tests/basic/mount-nfs-auth.t \
+ ./tests/performance/open-behind.t \
+ ./tests/basic/ec/ec-5-1.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done