Skip to content

Commit

Permalink
systemtest: Skip TestTailSampling for now
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 <[email protected]>
  • Loading branch information
marclop committed Jan 10, 2022
1 parent ff87f55 commit ef2b4b3
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 ef2b4b3

Please sign in to comment.