From fd75ab857ed7b0e898582538c97d3fe06d00c68f Mon Sep 17 00:00:00 2001 From: lash Date: Thu, 21 Mar 2019 14:36:12 +0100 Subject: [PATCH] swarm/network: Prune ye olde comment --- swarm/network/simulations/discovery/discovery_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/swarm/network/simulations/discovery/discovery_test.go b/swarm/network/simulations/discovery/discovery_test.go index eb2c317922..99a0c77224 100644 --- a/swarm/network/simulations/discovery/discovery_test.go +++ b/swarm/network/simulations/discovery/discovery_test.go @@ -131,7 +131,6 @@ func BenchmarkDiscovery_128_4(b *testing.B) { benchmarkDiscovery(b, 128, 4) } func BenchmarkDiscovery_256_4(b *testing.B) { benchmarkDiscovery(b, 256, 4) } func TestDiscoverySimulationExecAdapter(t *testing.T) { - //t.Skip("This is left broken pending ENR preparations for swarm binary. Execadapter is not currently in use, so a short pause won't hurt") testDiscoverySimulationExecAdapter(t, *nodeCount, *initCount) }