From abfc5f7b3724d207e9f81e7137ce4c442658984c Mon Sep 17 00:00:00 2001 From: Patrik Dudits Date: Tue, 15 Oct 2019 15:20:41 +0200 Subject: [PATCH] Ignore tests of container-runner-maven-plugin on Windows, as they are os-specific Signed-off-by: Patrik Dudits --- .../container-runner-maven-plugin/pom.xml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/test-framework/maven/container-runner-maven-plugin/pom.xml b/test-framework/maven/container-runner-maven-plugin/pom.xml index 8a1527897f..c657385929 100644 --- a/test-framework/maven/container-runner-maven-plugin/pom.xml +++ b/test-framework/maven/container-runner-maven-plugin/pom.xml @@ -195,4 +195,27 @@ + + + + doesnt-work-on-windows + + + Windows + + + + + + + maven-surefire-plugin + + true + + + + + + +