mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-05 04:06:35 +02:00
Remove flaky test markers from tests whose root causes have been identified and fixed: - TestNodeAddressIPFields (issue #7008) - TestClientSideJailing (issue #17419) - TestNATPing (issue #12169) - TestPeerRelayPing (issue #17251) - TestLoopbackLocalAPI (issue #8557) - TestLoopbackSOCKS5 (issue #8198) - TestTwoDevicePing (issue #11762) These tests now pass consistently under repeated runs with -count=N and with the race detector enabled. Change-Id: Iebd47a8e0838612bae23aeb146cba7ef94582c76 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Avery Pennarun <apenwarr@tailscale.com>