diff options
| author | Krutika Dhananjay <kdhananj@redhat.com> | 2016-02-03 15:14:13 +0530 | 
|---|---|---|
| committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2016-02-08 02:05:18 -0800 | 
| commit | 39dd62c09cb6f5ac0f7f8c3b054d1187f0131efe (patch) | |
| tree | 9ab0c28ee86c64c718d3e99031ec384494c55f69 | |
| parent | aeaba5858f4ec1dbea28450bae33c421c750f64a (diff) | |
tests: Move self-heald.t to bad tests
Change-Id: I49d8f1b9668029d2b8bd35b366b673d7a08a057f
BUG: 1304301
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
Reviewed-on: http://review.gluster.org/13344
Smoke: Gluster Build System <jenkins@build.gluster.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
| -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 5fc6be04e8b..57c81224324 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -179,6 +179,7 @@ function is_bad_test ()                ./tests/bugs/tier/bug-1286974.t \                ./tests/features/weighted-rebalance.t \                ./tests/performance/open-behind.t \ +              ./tests/basic/afr/self-heald.t \                ; do          [ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success      done  | 
