diff options
author | Mohammed Rafi KC <rkavunga@redhat.com> | 2015-12-15 12:05:25 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-12-15 03:46:10 -0800 |
commit | f870585ca23a6329442d550e325ad81cec0135b8 (patch) | |
tree | b084bef2abd8cf65624e4e9b2ab0d19a3f89260d /run-tests.sh | |
parent | c4f6521dfe6a44cee2f61ae41fc26faaf785372d (diff) |
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>
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-x | run-tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |