Skip to content

Commit

Permalink
remove wait
Browse files Browse the repository at this point in the history
  • Loading branch information
mycrEEpy committed Dec 26, 2024
1 parent a57a420 commit c64bd8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/pakku/pakku_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (

"github.com/stretchr/testify/require"
"github.com/testcontainers/testcontainers-go"
"github.com/testcontainers/testcontainers-go/wait"
)

var (
Expand All @@ -24,7 +23,6 @@ func TestApt(t *testing.T) {
Image: "public.ecr.aws/docker/library/debian:12",
Entrypoint: []string{"sleep", "60"},
Files: []testcontainers.ContainerFile{pakkuFile},
WaitingFor: wait.ForExit(),
}

container, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{
Expand Down

0 comments on commit c64bd8c

Please sign in to comment.