diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2015-05-09 21:23:56 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-05-09 09:02:25 -0700 |
commit | 14f93bce381f0ae077829efc9ccf0831110126b2 (patch) | |
tree | ec8d2783911a470c288f291180ea3aa250c38fa9 /run-tests.sh | |
parent | c085871e3919df2b309b76633e75d5449899437a (diff) |
Disable all bad tests
Change-Id: Ib70330f6b635af563044346fe525e6555c83d0d2
BUG: 1220058
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/10725
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Tested-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-x | run-tests.sh | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh index 25354f3f6bd..40fcad8b2a6 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -197,6 +197,30 @@ function is_bad_test () for bt in ./tests/basic/volume-snapshot-clone.t \ ./tests/basic/uss.t \ ./tests/bugs/snapshot/bug-1112559.t \ + ./tests/basic/afr/entry-self-heal.t \ + ./tests/bugs/replicate/bug-976800.t \ + ./tests/bugs/replicate/bug-1015990.t \ + ./tests/bugs/quota/bug-1038598.t \ + ./tests/basic/afr/arbiter.t \ + ./tests/basic/afr/read-subvol-entry.t \ + ./tests/basic/ec/quota.t \ + ./tests/bugs/distribute/bug-1161156.t \ + ./tests/basic/tier/tier.t \ + ./tests/basic/ec/ec-4-1.t \ + ./tests/basic/ec/ec.t \ + ./tests/basic/quota-nfs.t \ + ./tests/basic/ec/ec-6-2.t \ + ./tests/bugs/quota/bug-1035576.t \ + ./tests/features/glupy.t \ + ./tests/basic/uss.t \ + ./tests/bugs/glusterfs/bug-867253.t \ + ./tests/bugs/glusterd/bug-974007.t \ + ./tests/basic/volume-snapshot-clone.t \ + ./tests/basic/quota-anon-fd-nfs.t \ + ./tests/bugs/snapshot/bug-1112559.t \ + ./tests/bugs/disperse/bug-1187474.t \ + ./tests/basic/afr/sparse-file-self-heal.t \ + ./tests/basic/afr/data-self-heal.t \ ./tests/features/glupy.t; do [ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success done |