From c1146bda4995b52c0dcb1fa10aac8a727a2b8ed7 Mon Sep 17 00:00:00 2001 From: battlmonstr Date: Tue, 12 Dec 2023 11:06:48 +0100 Subject: [PATCH] p2p: skip TestUDPv4_smallNetConvergence on Linux (#8731) (#8962) --- p2p/discover/v4_udp_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/p2p/discover/v4_udp_test.go b/p2p/discover/v4_udp_test.go index b9cc48f1b..8811e4c41 100644 --- a/p2p/discover/v4_udp_test.go +++ b/p2p/discover/v4_udp_test.go @@ -548,9 +548,8 @@ func TestUDPv4_EIP868(t *testing.T) { // This test verifies that a small network of nodes can boot up into a healthy state. func TestUDPv4_smallNetConvergence(t *testing.T) { - if runtime.GOOS != "linux" { - t.Skip("i do timeout on win and mac. fix me plz-plz") - } + t.Skip("FIXME: https://github.com/ledgerwatch/erigon/issues/8731") + t.Parallel() logger := log.New()