From fc99ac7c1d5e6e5f312ce94d86e0671c8122012a Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Wed, 30 Oct 2024 12:19:52 -0700 Subject: [PATCH] Skip TestAPMConfig for now (#5891) --- testing/integration/apm_propagation_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/integration/apm_propagation_test.go b/testing/integration/apm_propagation_test.go index 6325f941259..8dd411e0a48 100644 --- a/testing/integration/apm_propagation_test.go +++ b/testing/integration/apm_propagation_test.go @@ -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)