Skip to content

Commit

Permalink
tstest/integration: mark TestTwoNodes as flaky
Browse files Browse the repository at this point in the history
I couldn't reproduce this locally, but it's failing pretty consistently
for me in CI.

Updates #11960

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
Change-Id: Id78b063a3b8768e2dfe47b5ab1c0cab36dcb53eb
  • Loading branch information
andrew-d committed May 1, 2024
1 parent 10497ac commit 39e6649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tstest/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ func TestConfigFileAuthKey(t *testing.T) {

func TestTwoNodes(t *testing.T) {
tstest.Shard(t)
flakytest.Mark(t, "https://github.com/tailscale/tailscale/issues/11960")
tstest.Parallel(t)
env := newTestEnv(t)

Expand Down

0 comments on commit 39e6649

Please sign in to comment.