mirror of
https://github.com/docker/cli.git
synced 2026-01-19 21:41:31 +03:00
The test was waiting for the container to exit after failing its healthcheck. However, we no longer automatically terminate containers, so this waited instead for the container to time-out by itself. Signed-off-by: Thomas Leonard <thomas.leonard@docker.com> Upstream-commit: 18a59bb8691c6f6f6a7a86f56bbcfc5418509ed8 Component: engine