p2p: skip TestUDPv4_smallNetConvergence on Linux (#8731) (#8962)

This commit is contained in:
battlmonstr 2023-12-12 11:06:48 +01:00 committed by GitHub
parent faaf5a0c86
commit c1146bda49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()