Update cluster_internal_test.go

This commit is contained in:
Kuba Podgórski 2021-02-05 12:48:22 +01:00
parent 35b9d41da1
commit bdbffe8d96

View file

@ -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