Skip to content

Commit fea17d7

Browse files
mergify[bot]faec
andauthored
Skip flaky kubernetes state_job TestFetchMetricset (#43255) (#43336)
Skip the flaky test in #43253 (cherry picked from commit 61ec8ab) Co-authored-by: Fae Charlton <[email protected]>
1 parent 5b023fa commit fea17d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

metricbeat/module/kubernetes/state_job/state_job_integration_test.go

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

3131
func TestFetchMetricset(t *testing.T) {
32+
t.Skip("Flaky test: https://github.com/elastic/beats/issues/43253")
3233
config := test.GetKubeStateMetricsConfig(t, "state_job")
3334
metricSet := mbtest.NewFetcher(t, config)
3435
events, errs := metricSet.FetchEvents()

0 commit comments

Comments
 (0)