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

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

commit 9d8bc56bcc11c8a4013e15e90b9d2e813cb5c7f9
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Mon Aug 24 09:27:18 2026 +0200

    Revert "CAMEL-23677: Enable SjmsConnectionRecoveryTest for s390x"
    
    This reverts commit 670620c04a0d1cf005ea3c3e3fc3522d954b5e08.
---
 .../org/apache/camel/component/sjms/SjmsConnectionRecoveryTest.java    | 3 +++
 1 file changed, 3 insertions(+)

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 caa55be05973..470325a90aa0 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,6 +35,7 @@ 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;
@@ -53,6 +54,8 @@ 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