Skip to content

Commit 585274e

Browse files
committed
Skip an extremly flaky cluster test on CI
1 parent aa594a4 commit 585274e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/cluster_client_replicas_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def test_client_can_flush_with_replica
2828
end
2929

3030
def test_some_reference_commands_are_sent_to_slaves_if_needed
31+
skip("This test is very flaky") if ENV["CI"]
3132
r = build_another_client(replica: true)
3233

3334
5.times { |i| r.set("key#{i}", i) }

0 commit comments

Comments
 (0)