@DisabledIfDockerUnavailable is intended to disable tests in environments where a Docker daemon is not available. The condition will also cause tests to be disabled when a daemon is available but there are other causes of an initialization failure such as insufficient resources available to the daemon. The cause of the failure condition should be made more visible to help developers determine why tests are not enabled.

Comment From: mhalbritter

We now include the exception message into the condition reason. However I haven't figured out how to get JUnit to print this reason.