Skip to content

Commit

Permalink
Skip TestFetch as Flaky (#36179) (#36180)
Browse files Browse the repository at this point in the history
(cherry picked from commit c7d5920)

Co-authored-by: Pierre HILBERT <[email protected]>
  • Loading branch information
mergify[bot] and pierrehilbert authored Jul 31, 2023
1 parent 0ddfb1e commit e9734e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import (
)

func TestFetch(t *testing.T) {
t.Skip("Flaky test: https://github.com/elastic/beats/issues/35995")
service := compose.EnsureUp(t, "postgresql")

f := mbtest.NewReportingMetricSetV2Error(t, getConfig(service.Host()))
Expand Down

0 comments on commit e9734e3

Please sign in to comment.