Skip to content

Commit

Permalink
systemtest: Skip TestTailSampling for now (#7015)
Browse files Browse the repository at this point in the history
Skips the `TestTailSampling` systemtest until elastic/fleet-server#1048
is resolved.

Signed-off-by: Marc Lopez Rubio <marc5.12@outlook.com>
(cherry picked from commit 85b95c3)
  • Loading branch information
marclop authored and mergify-bot committed Jan 10, 2022
1 parent ada68a3 commit 6c1136e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions systemtest/sampling_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}{
Expand Down

0 comments on commit 6c1136e

Please sign in to comment.