mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-23 09:40:59 +00:00
wgengine/magicsock: annotate, skip flaky TestIsWireGuardOnlyPickEndpointByPing
Updates #8037 Updates #7826 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
ddb4040aa0
commit
4d7927047c
@ -2422,6 +2422,8 @@ func applyNetworkMap(t *testing.T, m *magicStack, nm *netmap.NetworkMap) {
|
||||
}
|
||||
|
||||
func TestIsWireGuardOnlyPickEndpointByPing(t *testing.T) {
|
||||
t.Skip("This test is flaky; see https://github.com/tailscale/tailscale/issues/8037")
|
||||
|
||||
clock := &tstest.Clock{}
|
||||
derpMap, cleanup := runDERPAndStun(t, t.Logf, localhostListener{}, netaddr.IPv4(127, 0, 0, 1))
|
||||
defer cleanup()
|
||||
|
Loading…
x
Reference in New Issue
Block a user