pss: disable tests as on upstream branch

This commit is contained in:
Anton Evangelatov 2018-04-10 16:32:44 +03:00
parent 874113654f
commit abbc732b05

View file

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