mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
swarm/pss: Disable network test
This commit is contained in:
parent
8156737b57
commit
9ade808e1a
1 changed files with 1 additions and 0 deletions
|
|
@ -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.")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue