diff options
author | Gaurav Kumar Garg <ggarg@redhat.com> | 2015-05-10 11:36:36 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-05-09 23:11:45 -0700 |
commit | e8b50b8bcf2f08750885dead2f95448a5503b955 (patch) | |
tree | e80c59923a2f83d3d018f1828f79b4adc5941ca1 | |
parent | 3586581c6edf222daf836c99ce2a1a266dc741f8 (diff) |
test: disable ec-3-1.t, ec-5-1.t, ec-12-4.t bad test cases
These tests are frequently failing regressions now.
Change-Id: I9dd51eb124e1cbabc52d7b083f0bbed55526b57e
BUG: 1220058
Signed-off-by: Gaurav Kumar Garg <ggarg@redhat.com>
Reviewed-on: http://review.gluster.org/10743
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Tested-by: Vijay Bellur <vbellur@redhat.com>
-rwxr-xr-x | run-tests.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh index 0c9e61ceb26..398efcf0c18 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -211,6 +211,9 @@ function is_bad_test () ./tests/basic/ec/self-heal.t \ ./tests/basic/quota-nfs.t \ ./tests/basic/ec/ec-6-2.t \ + ./tests/basic/ec/ec-3-1.t \ + ./tests/basic/ec/ec-5-1.t \ + ./tests/basic/ec/ec-12-4.t \ ./tests/bugs/quota/bug-1035576.t \ ./tests/features/glupy.t \ ./tests/basic/uss.t \ |