mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
pss: disable tests as on upstream branch
This commit is contained in:
parent
874113654f
commit
abbc732b05
1 changed files with 1 additions and 0 deletions
|
|
@ -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.")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue