Skip to content

Commit

Permalink
Try to remove containers after test run
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Nov 25, 2024
1 parent 1c04630 commit 4476ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ def build_and_launch_container(
container = docker_client.containers.run(
image_name,
detach=True,
remove=False,
auto_remove=False,
remove=True,
auto_remove=True,
tty=True,
ports=ports,
)
Expand Down

0 comments on commit 4476ce3

Please sign in to comment.