Skip to content

Commit

Permalink
remove multinode test
Browse files Browse the repository at this point in the history
  • Loading branch information
samliok committed Jan 13, 2025
1 parent 4e59c04 commit 2f1c937
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions epoch_multinode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ func TestSimplexMultiNodeSimple(t *testing.T) {

instances := []*testInstance{n1, n2, n3, n4}

for _, n := range instances[1:] {
for _, n := range instances {
n.start()
}
instances[0].start()

for seq := 0; seq < 10; seq++ {
for _, n := range instances {
Expand Down

0 comments on commit 2f1c937

Please sign in to comment.