You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2022/01/12 16:37:57 UTC

[camel-quarkus] 02/10: Fixup 01719a21 Exclude main-unknown-args-ignore test from the list of tests for the platform again

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch 2.2.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 9e926cb19e0770c504bc82a4b2615b3cc36b430e
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Tue Jan 11 17:39:50 2022 +0100

    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 f793c14..5abdc75 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>