Skip to content

Commit

Permalink
chore: skip test where compose build is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Dec 21, 2023
1 parent e5ed359 commit b80fdcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/compose/compose_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,8 @@ func TestDockerComposeAPIVolumesDeletedOnDown(t *testing.T) {
}

func TestDockerComposeAPIWithBuild(t *testing.T) {
t.Skip("Skipping test because of the opentelemetry dependencies issue. See https://github.com/open-telemetry/opentelemetry-go/issues/4476#issuecomment-1840547010")

path := filepath.Join(testdataPackage, "docker-compose-build.yml")
compose, err := NewDockerCompose(path)
assert.NoError(t, err, "NewDockerCompose()")
Expand Down

0 comments on commit b80fdcd

Please sign in to comment.