Skip to content

Commit

Permalink
[Metricbeat][test] Disable ec2 flaky test (#20959) (#21443)
Browse files Browse the repository at this point in the history
See #20951
  • Loading branch information
v1v authored Oct 1, 2020
1 parent 64042de commit 65e6d2d
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 65e6d2d

Please sign in to comment.