-
Bug
-
Resolution: Done
-
Minor
-
7.59.0.Final
-
None
-
False
-
False
-
NEW
-
NEW
-
When running integration tests through testcontainers, if for any reason, it fails to start up a docker container, the exception should be caught and continue trying to test it through the parameters passed.
Right now, it only takes "IllegalStateException" and the start-up of a container it may through a runtime exception "ContainerLaunchException" if the image container is not found [1]