mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
Update cluster_internal_test.go
This commit is contained in:
parent
35b9d41da1
commit
bdbffe8d96
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue