Skip to content

Commit f05a9f3

Browse files
Charlotte Brandhorst-Satzkorncatzkorn
Charlotte Brandhorst-Satzkorn
authored andcommitted
tsnet: mark TestLoopbackLocalAPI as flakey
Test flaked in CI. Updates tailscale#8557 Signed-off-by: Charlotte Brandhorst-Satzkorn <charlotte@tailscale.com>
1 parent 339397a commit f05a9f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsnet/tsnet_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ func TestConn(t *testing.T) {
283283
}
284284

285285
func TestLoopbackLocalAPI(t *testing.T) {
286+
flakytest.Mark(t, "https://github.com/tailscale/tailscale/issues/8557")
286287
tstest.ResourceCheck(t)
287288
ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
288289
defer cancel()

0 commit comments

Comments
 (0)