Skip to content

Commit

Permalink
p2p: skip TestUDPv4_smallNetConvergence on Linux (#8731) (#8962)
Browse files Browse the repository at this point in the history
  • Loading branch information
battlmonstr authored Dec 12, 2023
1 parent faaf5a0 commit c1146bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions p2p/discover/v4_udp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit c1146bd

Please sign in to comment.