mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-23 03:18:07 +00:00
network/stream: disable flaky TestStartNetworkSync test (#1458)
This commit is contained in:
parent
b3f601427c
commit
76e71cca3b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue