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, 0 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh
index b3d6bbe4fe8..01ffa5b6f10 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -207,7 +207,6 @@ 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