From d92935acb7d10fed01e3620b916b468a47169053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Dudit=C5=A1?= Date: Wed, 16 Oct 2019 08:22:50 +0200 Subject: [PATCH] Ignore tests of container-runner-maven-plugin on Windows, as they are os-specific (#4291) 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 + + + + + + +