mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-24 17:47:30 +00:00
tsnet: skip a 30s long flaky-ish test on macOS
Updates #17805 Change-Id: I540f50d067eee12e430dfd9de6871dc784fffb8a Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
committed by
Brad Fitzpatrick
parent
bab5e68d0a
commit
875a9c526d
@@ -275,6 +275,9 @@ func TestDialBlocks(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestConn(t *testing.T) {
|
||||
if runtime.GOOS == "darwin" {
|
||||
t.Skip("slow on macOS: https://github.com/tailscale/tailscale/issues/17805")
|
||||
}
|
||||
tstest.ResourceCheck(t)
|
||||
ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
|
||||
defer cancel()
|
||||
|
||||
Reference in New Issue
Block a user