From 5fb6465f9f1ca9074d2cf4167870661d82d4ecb1 Mon Sep 17 00:00:00 2001 From: Anuradha Talur Date: Mon, 5 Oct 2015 12:54:34 +0530 Subject: tests: Adding bug-1221481-allow-fops-on-dir-split-brain.t to bad test Adding bug-1221481-allow-fops-on-dir-split-brain.t to bad test as it is failing spuriously. Will be removed after the failure is root caused and fixed. Change-Id: I26b634f01dfa2c60eed21a1286aa83ecaa75fa26 BUG: 1268790 Signed-off-by: Anuradha Talur Reviewed-on: http://review.gluster.org/12298 Reviewed-by: Pranith Kumar Karampuri Tested-by: Pranith Kumar Karampuri --- run-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run-tests.sh b/run-tests.sh index c3350dd27e3..b8eb8e40fef 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -203,6 +203,7 @@ function is_bad_test () ./tests/bugs/glusterd/bug-948686.t \ ./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 \ ; do [ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success done -- cgit