Skip to content

Commit

Permalink
Skip failing/flaky nginx stubstatus integration test
Browse files Browse the repository at this point in the history
The integration test is failing and blocking CI, hence we're skipping
it for now. More details on
elastic#38569.
  • Loading branch information
belimawr committed Mar 27, 2024
1 parent 2913ab9 commit f25f053
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import (
)

func TestFetch(t *testing.T) {
t.Skip("Skipping due to flakiness, see 'https://github.com/elastic/beats/issues/38569'")
service := compose.EnsureUp(t, "nginx")

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

0 comments on commit f25f053

Please sign in to comment.