summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
authorAvra Sengupta <asengupt@redhat.com>2015-08-17 14:15:05 +0530
committerRaghavendra Talur <rtalur@redhat.com>2015-08-18 11:31:09 -0700
commit68fb056c28b15e851bd7797963efad411c848612 (patch)
tree4eb7b85f82d2185da8f61c111776fb5fb3a90457 /run-tests.sh
parenta462e1f3146ad1c0e1099bbc4d0f5269a1c02545 (diff)
tests: Moving ./tests/basic/mount-nfs-auth.t and
./tests/geo-rep/georep-basic-dr-rsync.t to bad test Till the spurious regression failures are fixed, moving these tests to bad test so as to unblock the NetBSD regression Also added ./tests/geo-rep/georep-basic-dr-tarssh.t to bad test. Change-Id: I8c0cb355a7832a6a794d2d3550d304947e91e936 BUG: 1254127 Signed-off-by: Avra Sengupta <asengupt@redhat.com> Reviewed-on: http://review.gluster.org/11934 Tested-by: NetBSD Build System <jenkins@build.gluster.org> Reviewed-by: Raghavendra Talur <rtalur@redhat.com>
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 50fe080c2ac..2196426d634 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -198,6 +198,9 @@ function is_bad_test ()
./tests/basic/tier/bug-1214222-directories_miising_after_attach_tier.t \
./tests/bugs/snapshot/bug-1109889.t \
./tests/bugs/distribute/bug-1066798.t \
+ ./tests/basic/mount-nfs-auth.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