Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[integration] - enable TestBeatsServerless #6438

Merged
merged 6 commits into from
Dec 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: ci
  • Loading branch information
VihasMakwana committed Dec 24, 2024
commit 55f29e8a4ab3b6053d65324dd25b4b98d43d8633
3 changes: 1 addition & 2 deletions testing/integration/beats_serverless_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ type BeatRunner struct {
}

func TestBeatsServerless(t *testing.T) {
t.Skip("Flaky test: https://github.com/elastic/elastic-agent/issues/6431")

info := define.Require(t, define.Requirements{
Group: Default,
OS: []define.OS{
Expand All @@ -60,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
Loading