summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
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 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