diff options
author | Kotresh HR <khiremat@redhat.com> | 2015-09-29 12:31:22 +0530 |
---|---|---|
committer | Raghavendra G <rgowdapp@redhat.com> | 2015-09-30 22:40:59 -0700 |
commit | 51a23f4d0ac38982fcde86000819f64a42d39462 (patch) | |
tree | 7acd81a948819e07b0ba3b4cc89b2480bca9388e /run-tests.sh | |
parent | 28e801cc7776cab357d5e27bc872b2e35e38c134 (diff) |
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 <khiremat@redhat.com>
Reviewed-on: http://review.gluster.org/12248
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-x | run-tests.sh | 1 |
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 |