tests: Move self-heald.t to bad tests

Change-Id: I49d8f1b9668029d2b8bd35b366b673d7a08a057f
BUG: 1304301
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
Reviewed-on: http://review.gluster.org/13344
Smoke: Gluster Build System <jenkins@build.gluster.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
This commit is contained in:
Krutika Dhananjay 2016-02-03 15:14:13 +05:30 committed by Pranith Kumar Karampuri
parent aeaba5858f
commit 39dd62c09c

View File

@ -179,6 +179,7 @@ function is_bad_test ()
./tests/bugs/tier/bug-1286974.t \
./tests/features/weighted-rebalance.t \
./tests/performance/open-behind.t \
./tests/basic/afr/self-heald.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done