Skip to content

Commit

Permalink
Do not test Groovy DSL on Quarkus Platform for now apache#4894
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed May 12, 2023
1 parent 1d0467e commit 67a9d42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tooling/test-list/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 67a9d42

Please sign in to comment.