Skip to content

Commit

Permalink
[mongodbreceiver] Skipping flakey integration test until it can be re…
Browse files Browse the repository at this point in the history
…viewed by code owner (open-telemetry#17068)
  • Loading branch information
MovieStoreGuy authored Dec 16, 2022
1 parent 7056582 commit fdc8d20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions receiver/mongodbreceiver/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ var (

func TestMongodbIntegration(t *testing.T) {
t.Run("Running mongodb 4.0", func(t *testing.T) {
t.Skip("Refer to https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/17070")
t.Parallel()
container, endpoint := getContainer(t, containerRequest4_0, setupScript)
defer func() {
Expand Down Expand Up @@ -118,6 +119,7 @@ func TestMongodbIntegration(t *testing.T) {
require.NoError(t, err)
})
t.Run("Running mongodb 4.2", func(t *testing.T) {
t.Skip("Refer to https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/17070")
t.Parallel()
container, endpoint := getContainer(t, containerRequest4_2, setupScript)
defer func() {
Expand Down

0 comments on commit fdc8d20

Please sign in to comment.