From 51a23f4d0ac38982fcde86000819f64a42d39462 Mon Sep 17 00:00:00 2001 From: Kotresh HR Date: Tue, 29 Sep 2015 12:31:22 +0530 Subject: tests: Move georep-basic-dr-tarssh.t to bad tests Geo-rep tests are failing spuriously in few regression machines. Hence moving it to bad till the issue is root caused and fixed. Change-Id: I25feb8d9c51e03aa9ac0fe70291dc9e54ad043f9 BUG: 1227624 Signed-off-by: Kotresh HR Reviewed-on: http://review.gluster.org/12248 Tested-by: NetBSD Build System Reviewed-by: Raghavendra G --- run-tests.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit