mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-01 02:22:06 +02:00
Redo the testwrapper to track and only retry flaky tests instead of retrying the entire pkg. It also fails early if a non-flaky test fails. This also makes it so that the go test caches are used. Fixes #7975 Signed-off-by: Maisem Ali <maisem@tailscale.com>