diff options
author | Anuradha Talur <atalur@redhat.com> | 2015-10-05 12:54:34 +0530 |
---|---|---|
committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2015-10-05 02:57:02 -0700 |
commit | 5fb6465f9f1ca9074d2cf4167870661d82d4ecb1 (patch) | |
tree | ef01f0a1c76fcc174056e845be6c355ec0a942cc /run-tests.sh | |
parent | 84e90b756566bc211535a8627ed16d4231110ade (diff) |
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 <atalur@redhat.com>
Reviewed-on: http://review.gluster.org/12298
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Tested-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Diffstat (limited to 'run-tests.sh')
-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 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 |