Skip to content

Commit

Permalink
[Metricbeat] gcp: fix integration tests (#28364)
Browse files Browse the repository at this point in the history
  • Loading branch information
endorama committed Oct 13, 2021
1 parent 0edcc3e commit f9d6842
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
// or more contributor license agreements. Licensed under the Elastic License;
// you may not use this file except in compliance with the Elastic License.

<<<<<<< HEAD
// +build integration
// +build gcp
=======
//go:build integration && gcp && billing
// +build integration,gcp,billing
>>>>>>> e8066e9fb6 ([Metricbeat] gcp: fix integration tests (#28364))
// +build billing

package billing

Expand Down

0 comments on commit f9d6842

Please sign in to comment.