diff options
author | Avra Sengupta <asengupt@redhat.com> | 2015-05-08 11:26:20 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-05-08 05:51:25 -0700 |
commit | e1ad65b6eadc8c607c46c1b8528df25de5726ecc (patch) | |
tree | 21f5086a3d59ba97e08e91be9d259ad06322ad9c | |
parent | 0423962a575a23ca710f272159349ece200aac73 (diff) |
tests: Marked tests/bugs/snapshot/bug-1112559.t as bad-test
backport of http://review.gluster.org/#/c/10660/
The fix that introduced this test has been reverted as part of design change.
Hence marking it as a bad test.
Change-Id: I811b6050edbf4bbb40b9ef518604d21d386f6d5c
BUG: 1219782
Signed-off-by: Avra Sengupta <asengupt@redhat.com>
Reviewed-on: http://review.gluster.org/10660
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
(cherry picked from commit a5d124728640f58fa3f90007c149ad69809b6ca4)
Reviewed-on: http://review.gluster.org/10663
-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 afb8c079b24..25354f3f6bd 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -196,6 +196,7 @@ function is_bad_test () local name=$1 for bt in ./tests/basic/volume-snapshot-clone.t \ ./tests/basic/uss.t \ + ./tests/bugs/snapshot/bug-1112559.t \ ./tests/features/glupy.t; do [ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success done |