From f870585ca23a6329442d550e325ad81cec0135b8 Mon Sep 17 00:00:00 2001 From: Mohammed Rafi KC Date: Tue, 15 Dec 2015 12:05:25 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/12967 Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- run-tests.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'run-tests.sh') diff --git a/run-tests.sh b/run-tests.sh index e21f165180c..6dba9801329 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -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 -- cgit