Skip to content

Commit

Permalink
[chore] [receiver/apachespark] Disable failing integration test (open…
Browse files Browse the repository at this point in the history
…-telemetry#23671)

Temporarily disable the integration test to unblock the CI.

Updates
open-telemetry#23670
  • Loading branch information
dmitryax committed Jun 26, 2023
1 parent da5df85 commit 1a096ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions receiver/apachesparkreceiver/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (
const sparkPort = "4040"

func TestIntegration(t *testing.T) {
t.Skip("The test is failing. See https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23670")
scraperinttest.NewIntegrationTest(
NewFactory(),
scraperinttest.WithContainerRequest(
Expand Down

0 comments on commit 1a096ad

Please sign in to comment.