tests: dont auto-remove containers on exit to get logs

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2022-10-07 16:25:46 +03:00
parent 06a0097653
commit 5cd1bd9325
6 changed files with 0 additions and 6 deletions

View File

@ -43,7 +43,6 @@ class TestProviderSAML(SeleniumTestCase):
image="ghcr.io/beryju/saml-test-sp:latest",
detach=True,
network_mode="host",
auto_remove=True,
healthcheck=Healthcheck(
test=["CMD", "wget", "--spider", "http://localhost:9009/health"],
interval=5 * 100 * 1000000,