diff options
| -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 4247d63d5eb..2b5aa33252a 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -203,6 +203,7 @@ function is_bad_test ()                ./tests/geo-rep/georep-basic-dr-tarssh.t \                ./tests/basic/tier/tier.t \                ./tests/bugs/glusterd/bug-1238706-daemons-stop-on-peer-cleanup.t \ +              ./tests/bugs/glusterd/bug-948686.t \                ; do          [ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success      done  | 
