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 <[email protected]> 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>
