Skip to content

Commit

Permalink
Disable TestFetch in s3_request_integration_test.go (#21828)
Browse files Browse the repository at this point in the history
* Disable TestFetch in s3_request_integration_test.go

* remove debug leftover
  • Loading branch information
kaiyan-sheng authored Oct 15, 2020
1 parent f8ff7ce commit ac00dd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ func TestFetch(t *testing.T) {
mtest.CheckEventField("aws.dimensions.StorageType", "string", event, t)
mtest.CheckEventField("aws.s3.metrics.BucketSizeBytes.avg", "float", event, t)
mtest.CheckEventField("aws.s3.metrics.NumberOfObjects.avg", "float", event, t)
break
}
}

Expand Down
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/21826")
config := mtest.GetConfigForTest(t, "s3_request", "60s")

metricSet := mbtest.NewReportingMetricSetV2Error(t, config)
Expand Down

0 comments on commit ac00dd2

Please sign in to comment.