From ef2b4b3b6a71375d9dfee8e168cc72ee2aad8750 Mon Sep 17 00:00:00 2001 From: Marc Lopez Rubio Date: Mon, 10 Jan 2022 16:17:53 +0800 Subject: [PATCH] systemtest: Skip `TestTailSampling` for now Skips the `TestTailSampling` systemtest until elastic/fleet-server#1048 is resolved. Signed-off-by: Marc Lopez Rubio --- systemtest/sampling_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemtest/sampling_test.go b/systemtest/sampling_test.go index 73b2df95df4..9df1e6da33e 100644 --- a/systemtest/sampling_test.go +++ b/systemtest/sampling_test.go @@ -90,6 +90,8 @@ func TestDropUnsampled(t *testing.T) { } func TestTailSampling(t *testing.T) { + // We should remove the skip once the issue is resolved. + t.Skip("Skipped due: https://github.com/elastic/fleet-server/issues/1048") systemtest.CleanupElasticsearch(t) apmIntegration1 := newAPMIntegration(t, map[string]interface{}{