From b0c5b79fbe5e67237dc7c9739cf8381a4a9d84f1 Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Mon, 12 Feb 2018 13:58:01 +0100 Subject: [PATCH] swarm/network swarm/pss: disable TestNetwork and TestDiscoverySimulationDockerAdapter --- swarm/network/simulations/discovery/discovery_test.go | 2 +- swarm/pss/pss_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/swarm/network/simulations/discovery/discovery_test.go b/swarm/network/simulations/discovery/discovery_test.go index cc4373483b..15f3e6764b 100644 --- a/swarm/network/simulations/discovery/discovery_test.go +++ b/swarm/network/simulations/discovery/discovery_test.go @@ -70,7 +70,7 @@ func BenchmarkDiscovery_64_4(b *testing.B) { benchmarkDiscovery(b, 64, 4) } func BenchmarkDiscovery_128_4(b *testing.B) { benchmarkDiscovery(b, 128, 4) } func BenchmarkDiscovery_256_4(b *testing.B) { benchmarkDiscovery(b, 256, 4) } -func TestDiscoverySimulationDockerAdapter(t *testing.T) { +func XTestDiscoverySimulationDockerAdapter(t *testing.T) { testDiscoverySimulationDockerAdapter(t, *nodeCount, *initCount) } diff --git a/swarm/pss/pss_test.go b/swarm/pss/pss_test.go index aca16220c8..94dde1fb92 100644 --- a/swarm/pss/pss_test.go +++ b/swarm/pss/pss_test.go @@ -634,7 +634,7 @@ func worker(id int, jobs <-chan Job, rpcs map[discover.NodeID]*rpc.Client, pubke // params in run name: // nodes/msgs/addrbytes/adaptertype // if adaptertype is exec uses execadapter, simadapter otherwise -func TestNetwork(t *testing.T) { +func XTestNetwork(t *testing.T) { t.Run("3/2000/4/sock", testNetwork) t.Run("4/2000/4/sock", testNetwork) t.Run("8/2000/4/sock", testNetwork)