unskip test

This commit is contained in:
William Banfield
2022-06-21 17:29:07 -04:00
parent 3079eb8b30
commit a53a01ec3a

View File

@@ -11,7 +11,6 @@ import (
// Tests that all nodes have peered with each other, regardless of discovery method.
func TestNet_Peers(t *testing.T) {
// FIXME Skip test since nodes aren't always able to fully mesh
t.SkipNow()
testNode(t, func(t *testing.T, node e2e.Node) {
client, err := node.Client()