diff --git a/ipn/ipnlocal/local_test.go b/ipn/ipnlocal/local_test.go index d29c2d4bb..84e7cc209 100644 --- a/ipn/ipnlocal/local_test.go +++ b/ipn/ipnlocal/local_test.go @@ -15,6 +15,7 @@ import ( "os" "path/filepath" "reflect" + "runtime" "slices" "strings" "sync" @@ -2596,6 +2597,9 @@ func TestPreferencePolicyInfo(t *testing.T) { } func TestOnTailnetDefaultAutoUpdate(t *testing.T) { + if runtime.GOOS == "darwin" { + t.Skip("test known broken on macOS; see https://github.com/tailscale/tailscale/issues/15691") + } tests := []struct { before, after opt.Bool container opt.Bool