Skip to content

Commit e9e462d

Browse files
Skip failing/flaky nginx stubstatus integration tests (#38648) (#38657)
The integration test is failing and blocking CI, hence we're skipping it for now. More details on #38569. Co-authored-by: subham sarkar <[email protected]> (cherry picked from commit 23ec4e9) Co-authored-by: Tiago Queiroz <[email protected]>
1 parent aa476d2 commit e9e462d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

metricbeat/module/nginx/stubstatus/stubstatus_integration_test.go

+2
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)