From c048446cea3273fafbd934ed5a37a11413273ffc Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 3 Sep 2020 14:59:01 +0100 Subject: [PATCH] [Metricbeat][test] Disable ec2 flaky test (#20959) See https://github.com/elastic/beats/issues/20951 --- x-pack/metricbeat/module/aws/ec2/ec2_integration_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/metricbeat/module/aws/ec2/ec2_integration_test.go b/x-pack/metricbeat/module/aws/ec2/ec2_integration_test.go index baaf6e563e1..121df878b27 100644 --- a/x-pack/metricbeat/module/aws/ec2/ec2_integration_test.go +++ b/x-pack/metricbeat/module/aws/ec2/ec2_integration_test.go @@ -17,6 +17,7 @@ import ( ) func TestFetch(t *testing.T) { + t.Skip("flaky test: https://github.com/elastic/beats/issues/20951") config := mtest.GetConfigForTest(t, "ec2", "300s") metricSet := mbtest.NewReportingMetricSetV2Error(t, config)