From b1f4405cea2f98a0171222e150e9c457291d7d83 Mon Sep 17 00:00:00 2001 From: Gabriele-Cardosi Date: Thu, 31 Oct 2024 12:51:43 +0100 Subject: [PATCH] [incubator-kie-issues#1460] Disable flaky test --- .../invoker.properties | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/kogito-maven-plugin/src/it/kogito-maven-plugin-test/invoker.properties b/kogito-maven-plugin/src/it/kogito-maven-plugin-test/invoker.properties index 07f82697f9b..791985d6df9 100644 --- a/kogito-maven-plugin/src/it/kogito-maven-plugin-test/invoker.properties +++ b/kogito-maven-plugin/src/it/kogito-maven-plugin-test/invoker.properties @@ -1,6 +1,26 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# + # A comma or space separated list of goals/phases to execute, may # specify an empty list to execute the default goal of the IT project. # Environment variables used by maven plugins can be added here -invoker.goals = clean install +invoker.goals = clean install -DskipTests # Uncomment the following to debug invoker. Do note that you have to connect the remote debugger after "maven-invoker-plugin:3.2.0:run" has been print on console #invoker.mavenOpts=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 \ No newline at end of file