Skip to content

Commit

Permalink
Skip TestFetch as Flaky (#36179)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrehilbert authored Jul 31, 2023
1 parent 5e978ea commit c7d5920
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 c7d5920

Please sign in to comment.