Skip to content

Commit 23ec4e9

Browse files
belimawrshmsr
andauthored
Skip failing/flaky nginx stubstatus integration tests (#38648)
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>
1 parent f502623 commit 23ec4e9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

metricbeat/module/nginx/stubstatus/stubstatus_integration_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import (
2929
)
3030

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

3435
f := mbtest.NewReportingMetricSetV2Error(t, getConfig(service.Host()))
@@ -46,6 +47,7 @@ func TestFetch(t *testing.T) {
4647
}
4748

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

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

0 commit comments

Comments
 (0)