From e94e1f2b8ae2328da10161f6421ea5c9b1d7277e Mon Sep 17 00:00:00 2001 From: Krutika Dhananjay Date: Mon, 5 Oct 2015 14:55:59 +0530 Subject: tests: Move tests/bugs/shard/bug-1245547.t to bad tests list Change-Id: I389f88cefdeee87b99dcacbac48d2dcc70a97979 BUG: 1268796 Signed-off-by: Krutika Dhananjay Reviewed-on: http://review.gluster.org/12299 Reviewed-by: Pranith Kumar Karampuri Tested-by: Pranith Kumar Karampuri --- run-tests.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'run-tests.sh') diff --git a/run-tests.sh b/run-tests.sh index b8eb8e40fef..d5730d422b8 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 -- cgit