Skip to content

Commit

Permalink
[Metricbeat][test] Disable ec2 flaky test (elastic#20959)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored and melchiormoulin committed Oct 14, 2020
1 parent bb30bdb commit 1308c79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/metricbeat/module/aws/ec2/ec2_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1308c79

Please sign in to comment.