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
The following commit(s) were added to refs/heads/main by this push:
new 67ad8bc Fixup 01719a21 Exclude main-unknown-args-ignore test from the
list of tests for the platform again
67ad8bc is described below
commit 67ad8bc9f419083c4bcd2374f189c35977cc3f90
Author: Peter Palaga <[email protected]>
AuthorDate: Tue Aug 31 09:45:27 2021 +0200
Fixup 01719a21 Exclude main-unknown-args-ignore test from the list of tests
for the platform again
---
tooling/test-list/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tooling/test-list/pom.xml b/tooling/test-list/pom.xml
index 0293840..33c7c7b 100644
--- a/tooling/test-list/pom.xml
+++ b/tooling/test-list/pom.xml
@@ -59,7 +59,7 @@
<exclude>master/pom.xml</exclude>
<exclude>main-command-mode/pom.xml</exclude>
<exclude>main-unknown-args-fail/pom.xml</exclude>
-
<exclude>main-unknown-args-fail/pom.xml</exclude>
+
<exclude>main-unknown-args-ignore/pom.xml</exclude>
<exclude>messaging/pom.xml</exclude>
</excludes>
</fileSet>