This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch camel-4.2.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit f8727f31ccab92ac48f5f5ac87ca1aaf65f46d20 Author: Gregor Zurowski <gre...@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 1a64e986e09..40e114f0ef4 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>