Skip to content

Commit

Permalink
Skip TestAPMConfig for now (#5891)
Browse files Browse the repository at this point in the history
(cherry picked from commit fc99ac7)
  • Loading branch information
ycombinator committed Nov 1, 2024
1 parent bdc819a commit edb2dbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/integration/apm_propagation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ func TestAPMConfig(t *testing.T) {
Group: Default,
Stack: &define.Stack{},
})
t.Skip("Flaky test: https://github.com/elastic/elastic-agent/issues/5890")

f, err := define.NewFixtureFromLocalBuild(t, define.Version())
require.NoError(t, err)

Expand Down

0 comments on commit edb2dbd

Please sign in to comment.