This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 0a7ac68541e Regen 0a7ac68541e is described below commit 0a7ac68541e1c745f438f7f1aa9412d8a795dbbf Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon May 27 09:05:32 2024 +0200 Regen --- .../test/java/org/apache/camel/component/paho/PahoComponentTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-paho/src/test/java/org/apache/camel/component/paho/PahoComponentTest.java b/components/camel-paho/src/test/java/org/apache/camel/component/paho/PahoComponentTest.java index 75af9a0bbd9..5e6990a9903 100644 --- a/components/camel-paho/src/test/java/org/apache/camel/component/paho/PahoComponentTest.java +++ b/components/camel-paho/src/test/java/org/apache/camel/component/paho/PahoComponentTest.java @@ -37,7 +37,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNotNull; @DisabledOnOs(architectures = { "s390x" }, - disabledReason = "This test does not run reliably on s390x") + disabledReason = "This test does not run reliably on s390x") public class PahoComponentTest extends PahoTestSupport { @Order(2)