Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
swarm/pss: Reinstate network test after master rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nolash committed Nov 20, 2018
1 parent 712af82 commit 0fbf0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swarm/pss/pss_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ func worker(id int, jobs <-chan Job, rpcs map[enode.ID]*rpc.Client, pubkeys map[
}

func TestNetwork(t *testing.T) {
t.Skip("Skipped awaiting merge of kademlia depth refactor")
// t.Skip("Skipped awaiting merge of kademlia depth refactor")
t.Run("16/1000/4/sim", testNetwork)
}

Expand Down

0 comments on commit 0fbf0df

Please sign in to comment.