This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 2a797547c15839b718531b81ad1512cce1bc2f6d Author: Peter Palaga <[email protected]> AuthorDate: Fri May 12 17:29:50 2023 +0200 Do not test Groovy DSL on Quarkus Platform for now #4894 --- tooling/test-list/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tooling/test-list/pom.xml b/tooling/test-list/pom.xml index 889cf89047..e65cb42af9 100644 --- a/tooling/test-list/pom.xml +++ b/tooling/test-list/pom.xml @@ -56,7 +56,8 @@ </includes> <excludes> <exclude>support/**/*</exclude> - <exclude>master/pom.xml</exclude> + <exclude>support/**/*</exclude> + <exclude>groovy-dsl/pom.xml</exclude><!-- See https://github.com/apache/camel-quarkus/issues/4894 --> <exclude>master-openshift/pom.xml</exclude> <exclude>master-file/pom.xml</exclude> <exclude>main-command-mode/pom.xml</exclude>
