Skip to content

Commit 3119a91

Browse files
committed
fix docker chaos for chainlink nightly
1 parent 2a84c16 commit 3119a91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

framework/chaos/chaos.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ func NewDockerChaos(ctx context.Context) (*DockerChaos, error) {
7575
_, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{
7676
ContainerRequest: req,
7777
Started: true,
78+
Reuse: true,
7879
})
7980
if err != nil {
8081
return nil, fmt.Errorf("failed to start docker-tc container: %w", err)

0 commit comments

Comments
 (0)