tsnet: mark TestLoopbackLocalAPI as flakey

Test flaked in CI.

Updates  #8557

Signed-off-by: Charlotte Brandhorst-Satzkorn <charlotte@tailscale.com>
pull/8558/head
Charlotte Brandhorst-Satzkorn 2023-07-07 16:39:58 -07:00
parent fd8c8a3700
commit fe208a7357
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ func TestConn(t *testing.T) {
}
func TestLoopbackLocalAPI(t *testing.T) {
flakytest.Mark(t, "https://github.com/tailscale/tailscale/issues/8557")
tstest.ResourceCheck(t)
ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
defer cancel()