I use Docker and https://github.com/fabric8io/docker-maven-plugin for my integration tests.
On my Windows 10 (after updating to Windows 10 1709) mac
I have the same problem and found three solutions which working for me:
Problem is with maven plugin maven-surefire-plugin only in version 2.20.1 and 2.21.0. I checked and you use version 2.20.1.
Upgrade plugin version to 2.22.0. Add in pom.xml:
org.apache.maven.plugins
maven-surefire-plugin
2.22.0
Downgrade plugin version to 2.20. Add in pom.xml:
org.apache.maven.plugins
maven-surefire-plugin
2.20
Use plugin configuration testFailureIgnore. Add in pom.xml:
org.apache.maven.plugins
maven-surefire-plugin
true