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

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

commit 670620c04a0d1cf005ea3c3e3fc3522d954b5e08
Author: Mujahid Dandoti <[email protected]>
AuthorDate: Thu Jul 30 16:07:28 2026 +0530

    CAMEL-23677: Enable SjmsConnectionRecoveryTest for s390x
    
    Removed the DisabledOnOs annotation from the SjmsConnectionRecoveryTest 
class to enable the test on all OS architectures.
---
 .../org/apache/camel/component/sjms/SjmsConnectionRecoveryTest.java    | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/SjmsConnectionRecoveryTest.java
 
b/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/SjmsConnectionRecoveryTest.java
index 470325a90aa0..caa55be05973 100644
--- 
a/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/SjmsConnectionRecoveryTest.java
+++ 
b/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/SjmsConnectionRecoveryTest.java
@@ -35,7 +35,6 @@ import org.apache.camel.test.junit6.CamelTestSupport;
 import org.junit.jupiter.api.AfterAll;
 import org.junit.jupiter.api.BeforeAll;
 import org.junit.jupiter.api.Test;
-import org.junit.jupiter.api.condition.DisabledOnOs;
 
 import static org.awaitility.Awaitility.await;
 import static org.junit.jupiter.api.Assertions.assertEquals;
@@ -54,8 +53,6 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
  * Uses a real Artemis broker over TCP (via Testcontainers) so that connection 
close truly kills sessions and consumers,
  * matching the behavior of Oracle AQ and other remote JMS providers.
  */
-@DisabledOnOs(architectures = { "s390x" },
-              disabledReason = "The container image cannot be started for this 
test. Maybe because it is using the ArtemisContainer instead fo the service.")
 public class SjmsConnectionRecoveryTest extends CamelTestSupport {
 
     private static final String SJMS_QUEUE_NAME = 
"sjms:queue:SjmsConnectionRecoveryTest";

Reply via email to