Files
tailscale/tool/gocross
Simon Law df883e9cd8 tool/gocross: skip broken TestGocrossWrapper inside git worktree
TestGocrossWrapper will fail when run inside a git linked worktree
because Go 1.26 and earlier cannot get the current revision hash.
Since this will be fixed in Go 1.27, see golang/go#58218, this patch
skips this test until that release.

Fixes #19217

Signed-off-by: Simon Law <sfllaw@tailscale.com>
2026-04-01 21:32:27 -07:00
..