We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a59ed5 commit 2efc329Copy full SHA for 2efc329
metricbeat/module/kubernetes/state_job/state_job_integration_test.go
@@ -29,6 +29,7 @@ import (
29
)
30
31
func TestFetchMetricset(t *testing.T) {
32
+ t.Skip("Flaky test: https://github.com/elastic/beats/issues/43253")
33
config := test.GetKubeStateMetricsConfig(t, "state_job")
34
metricSet := mbtest.NewFetcher(t, config)
35
events, errs := metricSet.FetchEvents()
0 commit comments