mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +00:00
swarm/network swarm/pss: disable TestNetwork and TestDiscoverySimulationDockerAdapter
This commit is contained in:
parent
b263690654
commit
b0c5b79fbe
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue