Skip to content

Commit

Permalink
[chore] [receiver/flinkmetrics] Temporarily disable integration test (#…
Browse files Browse the repository at this point in the history
…26194)

Updates
#26097
  • Loading branch information
dmitryax committed Aug 28, 2023
1 parent 164696c commit bb932d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions receiver/flinkmetricsreceiver/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const (
)

func TestIntegration(t *testing.T) {
t.Skip("Flaky test, see https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/26097")
scraperinttest.NewIntegrationTest(
NewFactory(),
scraperinttest.WithNetworkRequest(
Expand Down

0 comments on commit bb932d1

Please sign in to comment.