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/12/11 14:56:00 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 main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 4609a4e0e1ed319151d7ca03bd8706f4012d19ce
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 aed4c2dcf7c..04d4ccd1e46 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>