Skip to content

Commit

Permalink
[Metricbeat][test] Disable ec2 flaky test (elastic#20959) (elastic#21684
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Oct 8, 2020
1 parent 8771a3f commit e8f1cef
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 e8f1cef

Please sign in to comment.