Skip to content

Commit

Permalink
Temporary skip TestRpmLogIngestFleetManaged due to instability (#5312)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdner authored Aug 19, 2024
1 parent 2000e99 commit 0dc7e95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/integration/linux_rpm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ func TestRpmLogIngestFleetManaged(t *testing.T) {
Sudo: true,
})

t.Skip("Flaky https://github.com/elastic/elastic-agent/issues/5311")

ctx, cancel := testcontext.WithDeadline(t, context.Background(), time.Now().Add(10*time.Minute))
defer cancel()

Expand Down

0 comments on commit 0dc7e95

Please sign in to comment.