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

commit 1b97e1145819ec11ebf444ff9a2b619d41750bbe
Author: Peter Palaga <[email protected]>
AuthorDate: Tue Feb 7 14:24:15 2023 +0100

    Disable vertx-websocket test temporarily  #4518
---
 integration-tests/pom.xml            | 2 +-
 tooling/scripts/test-categories.yaml | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 93ef1dc953..4fd0a46e9e 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -224,7 +224,7 @@
         <module>validator</module>
         <module>velocity</module>
         <module>vertx</module>
-        <module>vertx-websocket</module>
+        <!--<module>vertx-websocket</module> 
https://github.com/apache/camel-quarkus/issues/4518 -->
         <module>weather</module>
         <!--<module>xchange</module> 
https://github.com/apache/camel-quarkus/issues/4516 -->
         <module>xml</module>
diff --git a/tooling/scripts/test-categories.yaml 
b/tooling/scripts/test-categories.yaml
index 9bdde1944a..c26ec41a2e 100644
--- a/tooling/scripts/test-categories.yaml
+++ b/tooling/scripts/test-categories.yaml
@@ -164,7 +164,6 @@ group-12:
   - reactive-streams
   - rest
   - rest-openapi
-  - vertx-websocket
 group-13:
   - box
   - fhir

Reply via email to