Skip to content

Commit 9e6b014

Browse files
flaky: skip TestAPMConfig (#8951) (#8956)
(cherry picked from commit ff9d9fc) Co-authored-by: Panos Koutsovasilis <[email protected]>
1 parent bb0444e commit 9e6b014

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testing/integration/ess/apm_propagation_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ func TestAPMConfig(t *testing.T) {
5656
Group: integration.Default,
5757
Stack: &define.Stack{},
5858
})
59+
t.Skip("Flaky test: https://github.com/elastic/elastic-agent/issues/5890")
60+
5961
f, err := define.NewFixtureFromLocalBuild(t, define.Version())
6062
require.NoError(t, err)
6163

0 commit comments

Comments
 (0)