Skip to content

Commit

Permalink
Skip flaky TestEnrollAndLog (#3110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator authored Jul 20, 2023
1 parent a754cc7 commit a659bbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testing/integration/enroll_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ func TestEnrollAndLog(t *testing.T) {
Local: false,
Sudo: true,
})

t.Skip("Test is flaky; see https://github.com/elastic/elastic-agent/issues/3081")

t.Logf("got namespace: %s", info.Namespace)
suite.Run(t, &EnrollRunner{requirementsInfo: info})
}
Expand Down

0 comments on commit a659bbb

Please sign in to comment.