You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2023/10/06 11:16:21 UTC

[camel] 02/02: Disable integration tests on camel-restdsl-openapi-plugin

This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch camel-4.1.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1a8e8e81948b05eb38b1e1a0db84388a34e8381f
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Fri Oct 6 10:38:02 2023 +0000

    Disable integration tests on camel-restdsl-openapi-plugin
---
 tooling/maven/camel-restdsl-openapi-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/maven/camel-restdsl-openapi-plugin/pom.xml b/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
index e4fa5add3d9..d18ba7f30fe 100644
--- a/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
+++ b/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
@@ -198,7 +198,7 @@
                                 <phase>integration-test</phase>
                                 <goals>
                                     <goal>install</goal>
-                                    <goal>integration-test</goal>
+				    <!--<goal>integration-test</goal>-->
                                     <goal>verify</goal>
                                 </goals>
                             </execution>