network/stream: disable flaky TestStartNetworkSync test (#1458)

This commit is contained in:
Rafael Matias
2019-06-12 15:50:44 +02:00
committed by GitHub
parent b3f601427c
commit 76e71cca3b

View File

@ -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
}