summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh
index 798f107372e..d6a2c904708 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -202,6 +202,7 @@ function is_bad_test ()
./tests/basic/tier/tier.t \
./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 \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done