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