diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index e810992ee66..a125899dc23 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -2069,6 +2069,7 @@ jobs: consolidate-test-failures: runs-on: ubuntu-latest if: always() + # if: always() && (github.event_name != 'schedule' || github.repository == 'valkey-io/valkey') permissions: actions: write needs: diff --git a/tests/cluster/tests/03-failover-loop.tcl b/tests/cluster/tests/03-failover-loop.tcl index 54233492764..219b060a2f4 100644 --- a/tests/cluster/tests/03-failover-loop.tcl +++ b/tests/cluster/tests/03-failover-loop.tcl @@ -78,7 +78,7 @@ while {[incr iterations -1]} { } test "Cluster should eventually be up again" { - assert_cluster_state ok + assert_cluster_state okk } test "Cluster is writable again" {