We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0444e commit 9e6b014Copy full SHA for 9e6b014
testing/integration/ess/apm_propagation_test.go
@@ -56,6 +56,8 @@ func TestAPMConfig(t *testing.T) {
56
Group: integration.Default,
57
Stack: &define.Stack{},
58
})
59
+ t.Skip("Flaky test: https://github.com/elastic/elastic-agent/issues/5890")
60
+
61
f, err := define.NewFixtureFromLocalBuild(t, define.Version())
62
require.NoError(t, err)
63
0 commit comments