Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
corverroos committed Aug 17, 2022
1 parent e46ffda commit 29959f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import (
)

//go:generate go test . -v -run=TestPingCluster -slow
var slow = flag.Bool("slow", true, "enable slow tests")
var slow = flag.Bool("slow", false, "enable slow tests")

// TestPingCluster starts a cluster of charon nodes and waits for each node to ping all the others.
// It relies on discv5 for peer discovery.
Expand Down

0 comments on commit 29959f0

Please sign in to comment.