Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
There are a few components leveraging Docker for integration testing. These are activated via profiles on the presence of the Docker daemon socket or the DOCKER_HOST environment variable.
The surefire config on these profiles hard codes skipTests to false. We should instead use the value of ${skipTests} so we can disable the tests if requested.