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 c1779d8eec8..c3350dd27e3 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -202,6 +202,7 @@ function is_bad_test ()
./tests/bugs/glusterd/bug-1238706-daemons-stop-on-peer-cleanup.t \
./tests/bugs/glusterd/bug-948686.t \
./tests/geo-rep/georep-basic-dr-rsync.t \
+ ./tests/geo-rep/georep-basic-dr-tarssh.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done