Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TestDockerStateToContainerState integ test.
During the workflow of TestDockerStateToContainerState, it starts a container and checks whether it's running by inspecting it. However, the container it starts exit immediately, so it's possible that when we check whether the container is running it's already stopped. This leads to flakey test as per aws#1899. Fixing by letting the container keep running rather than exit itself.
- Loading branch information