From c64b7819b9edd393bdde0a9dd206bc57b051d464 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Wed, 3 Jun 2015 17:08:27 +0300 Subject: [PATCH] Fix flaky test. --- cluster_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cluster_test.go b/cluster_test.go index e8e0802a..9173faea 100644 --- a/cluster_test.go +++ b/cluster_test.go @@ -252,7 +252,6 @@ var _ = Describe("Cluster", func() { val, err := client.Get("A").Result() Expect(err).NotTo(HaveOccurred()) Expect(val).To(Equal("VALUE")) - Expect(client.SlotAddrs(slot)).To(Equal([]string{"127.0.0.1:8224", "127.0.0.1:8221"})) Eventually(func() []string { return client.SlotAddrs(slot)