summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPranith Kumar K <pkarampu@redhat.com>2015-11-02 07:56:51 +0530
committerDan Lambright <dlambrig@redhat.com>2015-11-06 05:22:13 -0800
commit0b4c74e99eaed4a33cbc8c2c056bc70ab7a37f7d (patch)
tree02ac7a8d60e36b7ea0603eb4510347b765f42e90
parent2892bab69cac2d991509fca1279a659bce1ae793 (diff)
tests: Move ec-readdir.t to bad tests
>Change-Id: Ie7f6d25cbc617ff347aeb7d77fc0a60924c83f09 >BUG: 1276989 >Signed-off-by: Pranith Kumar K <pkarampu@redhat.com> >Reviewed-on: http://review.gluster.org/12481 >Tested-by: Raghavendra Talur <rtalur@redhat.com> >Reviewed-by: Raghavendra Talur <rtalur@redhat.com> BUG: 1278744 Change-Id: I39161d7cb8bfc5928c71b35e5689c74344a02134 Signed-off-by: Pranith Kumar K <pkarampu@redhat.com> Reviewed-on: http://review.gluster.org/12529 Reviewed-by: mohammed rafi kc <rkavunga@redhat.com> Reviewed-by: Dan Lambright <dlambrig@redhat.com> Tested-by: Dan Lambright <dlambrig@redhat.com>
-rwxr-xr-xrun-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh
index b00b8d7b61f..c88d4e61088 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -206,6 +206,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/basic/ec/ec-readdir.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done