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 c8a4adb958733134031323dc668bc37ef5c244f6
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Mon Feb 27 08:17:59 2023 +0000

    Disable cxf-soap-grouped tests due to #4603
---
 integration-test-groups/pom.xml      | 2 +-
 integration-tests/pom.xml            | 2 +-
 tooling/scripts/test-categories.yaml | 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/integration-test-groups/pom.xml b/integration-test-groups/pom.xml
index ec8994406c..c2e6c94917 100644
--- a/integration-test-groups/pom.xml
+++ b/integration-test-groups/pom.xml
@@ -42,7 +42,7 @@
         <module>aws2-quarkus-client</module>
         <module>azure</module>
         <module>compression</module>
-        <module>cxf-soap</module>
+       <!--<module>cxf-soap</module> 
https://github.com/apache/camel-quarkus/issues/4603 -->
         <module>dataformats-json</module>
         <module>foundation</module>
         <module>mongodb</module>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index f6fb866f22..f4325ca812 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -79,7 +79,7 @@
         <module>crypto</module>
         <module>csimple</module>
         <module>csv</module>
-        <module>cxf-soap-grouped</module>
+        <!--<module>cxf-soap-grouped</module> 
https://github.com/apache/camel-quarkus/issues/4603 -->
         <module>dataformat</module>
         <module>dataformats-json-grouped</module>
         <!--<module>datasonnet</module>-->
diff --git a/tooling/scripts/test-categories.yaml 
b/tooling/scripts/test-categories.yaml
index 5658ae216b..ac5bce8945 100644
--- a/tooling/scripts/test-categories.yaml
+++ b/tooling/scripts/test-categories.yaml
@@ -78,7 +78,6 @@ group-05:
   - bindy
   - cbor
   - csv
-  - cxf-soap-grouped
   - dataformat
   - hl7
   - jaxb

Reply via email to