Skip to content

Commit

Permalink
Skip failing/flaky nginx stubstatus integration tests (#38648) (#38657)
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
#38569.

Co-authored-by: subham sarkar <subham.sarkar@elastic.co>
(cherry picked from commit 23ec4e9)

Co-authored-by: Tiago Queiroz <tiago.queiroz@elastic.co>
  • Loading branch information
mergify[bot] and belimawr committed Mar 27, 2024
1 parent aa476d2 commit e9e462d
Showing 1 changed file with 2 additions and 0 deletions.
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 All @@ -46,6 +47,7 @@ func TestFetch(t *testing.T) {
}

func TestData(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 e9e462d

Please sign in to comment.