diff --git a/swarm/pss/prox_test.go b/swarm/pss/prox_test.go index 92e65fe329..bbcd1247a4 100644 --- a/swarm/pss/prox_test.go +++ b/swarm/pss/prox_test.go @@ -236,10 +236,6 @@ func testProxNetwork(t *testing.T) { services := newProxServices(tstdata, true, handlerContextFuncs, tstdata.kademlias) tstdata.sim = simulation.New(services) defer tstdata.sim.Close() - err := tstdata.sim.UploadSnapshot(fmt.Sprintf("testdata/snapshot_%d.json", nodeCount)) - if err != nil { - t.Fatal(err) - } ctx, cancel := context.WithTimeout(context.Background(), timeout) defer cancel() filename := fmt.Sprintf("testdata/snapshot_%d.json", nodeCount)