From 6c1136ef49b2f0d036037bf7a22af70902601682 Mon Sep 17 00:00:00 2001 From: Marc Lopez Rubio Date: Mon, 10 Jan 2022 17:01:49 +0800 Subject: [PATCH] systemtest: Skip `TestTailSampling` for now (#7015) Skips the `TestTailSampling` systemtest until elastic/fleet-server#1048 is resolved. Signed-off-by: Marc Lopez Rubio (cherry picked from commit 85b95c3fff64fb35c0824a0bf66bcc78f662e9e9) --- 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{}{