swarm/pss: Disable network test

This commit is contained in:
lash 2018-04-05 11:35:39 +02:00
parent 8156737b57
commit 9ade808e1a

View file

@ -634,6 +634,7 @@ func worker(id int, jobs <-chan Job, rpcs map[discover.NodeID]*rpc.Client, pubke
// nodes/msgs/addrbytes/adaptertype
// if adaptertype is exec uses execadapter, simadapter otherwise
func TestNetwork(t *testing.T) {
t.Skip("tests disabled as they deadlock on travis")
if runtime.GOOS == "darwin" {
t.Skip("Travis macOS build seems to be very slow, and these tests are flaky on it. Skipping until we find a solution.")
}