From 1385704866939d9c28d352d5414755dd75db07e8 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 13 Dec 2022 16:20:14 +0100 Subject: [PATCH] Disable Istio ITs when not run in a Kubernetes context --- .../istio/maven-invoker-way/pom.xml | 51 ++++++------------- 1 file changed, 16 insertions(+), 35 deletions(-) diff --git a/integration-tests/istio/maven-invoker-way/pom.xml b/integration-tests/istio/maven-invoker-way/pom.xml index 2c8be7e530a8f..a449d28ccf71d 100644 --- a/integration-tests/istio/maven-invoker-way/pom.xml +++ b/integration-tests/istio/maven-invoker-way/pom.xml @@ -12,6 +12,10 @@ Quarkus - Integration Tests - Istio - Invoker Istio integration tests that need to use the maven invoker because they test various dependency related scenarios + + ${skipTests} + + @@ -209,7 +213,6 @@ true verify true - ${skipTests} true invoker.properties @@ -230,48 +233,17 @@ - basic-test-suite + disable-tests - basicTests + !e2e-tests - - - - org.apache.maven.plugins - maven-invoker-plugin - - true - - - - true + true - - offline-tests - - - !e2e-tests - - - - - - maven-invoker-plugin - - - -Dquarkus.kubernetes-client.master-url=http://localhost:12345 - failure - - - - - - kubernetes-e2e-tests @@ -279,6 +251,9 @@ kubernetes-e2e-tests + + true + @@ -305,6 +280,9 @@ openshift-e2e-tests + + true + @@ -331,6 +309,9 @@ knative-e2e-tests + + true +