diff --git a/tests/cluster/tests/includes/init-tests.tcl b/tests/cluster/tests/includes/init-tests.tcl index 9f34be18..75417f20 100644 --- a/tests/cluster/tests/includes/init-tests.tcl +++ b/tests/cluster/tests/includes/init-tests.tcl @@ -21,7 +21,7 @@ test "Cluster nodes are reachable" { test "Cluster nodes hard reset" { foreach_redis_id id { - R $id flushall + catch {R $id flushall} ; # May fail for readonly slaves. R $id cluster reset hard R $id config set cluster-node-timeout 3000 }