Skip to content

Commit

Permalink
[flaky] temporarily skip TestBeatsServerless (elastic#6434)
Browse files Browse the repository at this point in the history
* chore: temporarily skip TestBeatsServerless

* fix: ci
  • Loading branch information
VihasMakwana authored Dec 24, 2024
1 parent 183b431 commit d7da688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/integration/beats_serverless_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func TestBeatsServerless(t *testing.T) {
Local: false,
Sudo: true,
})
t.Skip("Flaky test: https://github.com/elastic/elastic-agent/issues/6431")

suite.Run(t, &BeatRunner{requirementsInfo: info})
}
Expand Down

0 comments on commit d7da688

Please sign in to comment.