net/captivedetection: mark TestAllEndpointsAreUpAndReturnExpectedResponse flaky (#13021)

Updates #13019

Signed-off-by: Jordan Whited <jordan@tailscale.com>
maisem/flake-3
Jordan Whited 3 months ago committed by GitHub
parent 25f0a3fc8f
commit 17c88a19be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9,6 +9,7 @@ import (
"sync" "sync"
"testing" "testing"
"tailscale.com/cmd/testwrapper/flakytest"
"tailscale.com/net/netmon" "tailscale.com/net/netmon"
) )
@ -36,6 +37,7 @@ func TestDetectCaptivePortalReturnsFalse(t *testing.T) {
} }
func TestAllEndpointsAreUpAndReturnExpectedResponse(t *testing.T) { func TestAllEndpointsAreUpAndReturnExpectedResponse(t *testing.T) {
flakytest.Mark(t, "https://github.com/tailscale/tailscale/issues/13019")
d := NewDetector(t.Logf) d := NewDetector(t.Logf)
endpoints := availableEndpoints(nil, 0, t.Logf, runtime.GOOS) endpoints := availableEndpoints(nil, 0, t.Logf, runtime.GOOS)

Loading…
Cancel
Save