diff options
author | Avra Sengupta <asengupt@redhat.com> | 2015-05-08 11:26:20 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-05-08 01:47:14 -0700 |
commit | a5d124728640f58fa3f90007c149ad69809b6ca4 (patch) | |
tree | 6e2f6fda1640c346846865de70a5e377f5aa58ab /run-tests.sh | |
parent | fd8b8a81c243776b20e6d48993524ee3f1351ca6 (diff) |
tests: Marked tests/bugs/snapshot/bug-1112559.t as bad-test
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: 1219738
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>
Diffstat (limited to 'run-tests.sh')
-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 |