Skip to content

Commit fc99ac7

Browse files
authored
Skip TestAPMConfig for now (#5891)
1 parent e6f281a commit fc99ac7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testing/integration/apm_propagation_test.go

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

0 commit comments

Comments
 (0)