mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-12 01:41:36 +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
|
// 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
|
// c. does not exist on the peers that do not have that PO subscription
|
||||||
func TestStarNetworkSync(t *testing.T) {
|
func TestStarNetworkSync(t *testing.T) {
|
||||||
|
t.Skip("flaky test https://github.com/ethersphere/swarm/issues/1457")
|
||||||
if testutil.RaceEnabled {
|
if testutil.RaceEnabled {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue