test: Move tests/bugs/tier/bug-1286974.t to bad test

Moving this bug into bad test as it causes some spurious
failures

Change-Id: I5fe491858283374e5a061a48c50ac5a02a2941fa
BUG: 1251592
Signed-off-by: Mohammed Rafi KC <rkavunga@redhat.com>
Reviewed-on: http://review.gluster.org/12967
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
This commit is contained in:
Mohammed Rafi KC 2015-12-15 12:05:25 +05:30 committed by Vijay Bellur
parent c4f6521dfe
commit f870585ca2

View File

@ -211,6 +211,7 @@ function is_bad_test ()
./tests/basic/afr/sparse-file-self-heal.t \
./tests/basic/afr/replace-brick-self-heal.t \
./tests/bugs/snapshot/bug-1140162-file-snapshot-features-encrypt-opts-validation.t \
./tests/bugs/tier/bug-1286974.t \
./tests/features/weighted-rebalance.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success