From e8b50b8bcf2f08750885dead2f95448a5503b955 Mon Sep 17 00:00:00 2001 From: Gaurav Kumar Garg Date: Sun, 10 May 2015 11:36:36 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/10743 Reviewed-by: Vijay Bellur Tested-by: Vijay Bellur --- run-tests.sh | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- cgit