You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/07/30 09:11:33 UTC

[camel-quarkus] 02/02: Enable syndication native testing

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

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

commit 33b28939d2106d8fc6f60bd577049f1871c34aba
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Jul 28 10:07:18 2023 +0100

    Enable syndication native testing
    
    Fixes #4515
---
 integration-tests/pom.xml            | 2 +-
 tooling/scripts/test-categories.yaml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 1a3fdd4d03..b9fb9472df 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -218,7 +218,7 @@
         <module>stax</module>
         <module>stringtemplate</module>
         <module>swift</module>
-        <!--<module>syndication</module> https://github.com/apache/camel-quarkus/issues/4515 -->
+        <module>syndication</module>
         <module>syslog</module>
         <module>tarfile</module>
         <module>telegram</module>
diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml
index 6dc3d2ed94..60147a9851 100644
--- a/tooling/scripts/test-categories.yaml
+++ b/tooling/scripts/test-categories.yaml
@@ -131,6 +131,7 @@ group-08:
   - master-openshift
   - pdf
   - saxon
+  - syndication
   - telegram
   - tika
   - twitter