Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Jul 19, 2023
1 parent 6c7a7c7 commit a7c0789
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/mdatagen/validate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ func TestMetricCollision(t *testing.T) {
allMetrics := map[string][]string{}
err := filepath.Walk("../../receiver", func(path string, info fs.FileInfo, err error) error {
if info.Name() == "metadata.yaml" {
// TODO: Remove once https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/24011 is merged.
if path == "../../receiver/googlecloudspannerreceiver/internal/metadataconfig/metadata.yaml" {
return nil
}
md, err := loadMetadata(path)
assert.NoError(t, err)
if len(md.Metrics) > 0 {
Expand Down

0 comments on commit a7c0789

Please sign in to comment.