#!watchflakes
default <- repo == "net" && pkg == "" && test == "golang.org/x/net/quic"

Issue created automatically to collect these failures.

Example (log):

FAIL    golang.org/x/net/quic   1200.149s

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- repo == "net" && pkg == "" && test == "golang.org/x/net/quic"
2024-06-04 17:07 x_net-go1.21-darwin-amd64-race net@66e838c6 release-branch.go1.21@7e563a0a golang.org/x/net/quic (log) FAIL golang.org/x/net/quic 1200.149s

watchflakes

Comment From: neild

Test failure caused by us sending a UDP datagram to localhost and not receiving it.

Not quite sure what to do about that; if this continues flaking, perhaps the tests need to stop assuming localhost is reliable. (Retry the test if the packet isn't received? Send a probe packet and t.Skip if we can't read it?)

Comment From: marten-seemann

Might be related to https://github.com/golang/go/issues/67226.

Comment From: cherrymui

Maybe dup of #65040. Closing for now