swarm/network: unskip tests previously skipped due to suggestPeer issues (#18477)

This commit is contained in:
Viktor Trón
2019-01-19 08:12:57 +01:00
committed by GitHub
parent 560957799a
commit 15b9b39e6c
3 changed files with 0 additions and 5 deletions

View File

@ -154,8 +154,6 @@ func sendSimTerminatedEvent(sim *simulation.Simulation) {
//It also sends some custom events so that the frontend
//can visualize messages like SendOfferedMsg, WantedHashesMsg, DeliveryMsg
func TestSnapshotSyncWithServer(t *testing.T) {
//t.Skip("temporarily disabled as simulations.WaitTillHealthy cannot be trusted")
//define a wrapper object to be able to pass around data
wrapper := &netWrapper{}