From 76e71cca3b7a63f0bc44fa9ac600fc86db1e15e7 Mon Sep 17 00:00:00 2001 From: Rafael Matias Date: Wed, 12 Jun 2019 15:50:44 +0200 Subject: [PATCH] network/stream: disable flaky TestStartNetworkSync test (#1458) --- network/stream/syncer_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/network/stream/syncer_test.go b/network/stream/syncer_test.go index 1774547191..ee4cee995f 100644 --- a/network/stream/syncer_test.go +++ b/network/stream/syncer_test.go @@ -242,6 +242,7 @@ func TestTwoNodesFullSync(t *testing.T) { // // b. exists on the nodes subscribed on the corresponding chunk PO // c. does not exist on the peers that do not have that PO subscription func TestStarNetworkSync(t *testing.T) { + t.Skip("flaky test https://github.com/ethersphere/swarm/issues/1457") if testutil.RaceEnabled { return }