diff options
author | Krutika Dhananjay <kdhananj@redhat.com> | 2015-10-05 14:55:59 +0530 |
---|---|---|
committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2015-10-05 03:04:55 -0700 |
commit | e94e1f2b8ae2328da10161f6421ea5c9b1d7277e (patch) | |
tree | ecfa1fdad2a08f2a8ecf347e822a5b20efca955a | |
parent | 5fb6465f9f1ca9074d2cf4167870661d82d4ecb1 (diff) | |
download | glusterfs-e94e1f2b8ae2328da10161f6421ea5c9b1d7277e.tar.gz glusterfs-e94e1f2b8ae2328da10161f6421ea5c9b1d7277e.tar.xz glusterfs-e94e1f2b8ae2328da10161f6421ea5c9b1d7277e.zip |
tests: Move tests/bugs/shard/bug-1245547.t to bad tests list
Change-Id: I389f88cefdeee87b99dcacbac48d2dcc70a97979
BUG: 1268796
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
Reviewed-on: http://review.gluster.org/12299
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Tested-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 b8eb8e40fe..d5730d422b 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -204,6 +204,7 @@ function is_bad_test () ./tests/geo-rep/georep-basic-dr-rsync.t \ ./tests/geo-rep/georep-basic-dr-tarssh.t \ ./tests/bugs/replicate/bug-1221481-allow-fops-on-dir-split-brain.t \ + ./tests/bugs/shard/bug-1245547.t \ ; do [ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success done |