summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh
index 01ffa5b6f10..b3d6bbe4fe8 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -207,6 +207,7 @@ function is_bad_test ()
./tests/geo-rep/georep-basic-dr-tarssh.t \
./tests/bugs/replicate/bug-1221481-allow-fops-on-dir-split-brain.t \
./tests/basic/ec/ec-readdir.t \
+ ./tests/bugs/snapshot/bug-1275616.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done