diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2015-05-09 21:32:00 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-05-09 10:15:22 -0700 |
commit | c5866f0575216727e38af3500b32e81e1efc72b7 (patch) | |
tree | aaf6136c53ef7326b8e7d823ecf21946ce59185d /run-tests.sh | |
parent | 63e472fe49a4d13335c59bd6258010f594c7146a (diff) |
Disable all known bad tests
Change-Id: I80175e06efc12fd2dab126d6e0143d63caf11209
BUG: 1220059
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/10726
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 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh index 25354f3f6bd..3cc756566a0 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -197,6 +197,29 @@ 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/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 |