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>
This commit is contained in:
Krutika Dhananjay 2015-10-05 14:55:59 +05:30 committed by Pranith Kumar Karampuri
parent 5fb6465f9f
commit e94e1f2b8a

View File

@ -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