From bdbffe8d9626c447d616d1e632d1308b9bea3897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Podg=C3=B3rski?= Date: Fri, 5 Feb 2021 12:48:22 +0100 Subject: [PATCH] Update cluster_internal_test.go --- cluster_internal_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cluster_internal_test.go b/cluster_internal_test.go index c382de9ec..68c44a7fb 100644 --- a/cluster_internal_test.go +++ b/cluster_internal_test.go @@ -647,6 +647,8 @@ func TestCluster_Coordinator(t *testing.T) { } func TestCluster_Topology(t *testing.T) { + t.Skip("these tests don't really apply anymore; they were meant to tests the cluster and adding topology nodes.") + c1 := NewTestCluster(t, 1) // automatically creates Node{ID: "node0"} const urisCount = 4