summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
authorKrutika Dhananjay <kdhananj@redhat.com>2015-10-05 14:55:59 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2015-10-05 03:04:55 -0700
commite94e1f2b8ae2328da10161f6421ea5c9b1d7277e (patch)
treeecfa1fdad2a08f2a8ecf347e822a5b20efca955a /run-tests.sh
parent5fb6465f9f1ca9074d2cf4167870661d82d4ecb1 (diff)
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>
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh1
1 files changed, 1 insertions, 0 deletions
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