You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zb...@apache.org on 2023/08/31 15:02:41 UTC

[camel-quarkus] 11/11: Disabling temporary Quartz Clustered native test

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

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

commit 93057f174c83d06e882ea345e2145a9683d64e69
Author: Zineb Bendhiba <be...@gmail.com>
AuthorDate: Thu Aug 31 10:41:08 2023 +0200

    Disabling temporary Quartz Clustered native test
---
 .../org/apache/camel/quarkus/component/quartz/it/QuartzClusteredIT.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/quartz-clustered/src/test/java/org/apache/camel/quarkus/component/quartz/it/QuartzClusteredIT.java b/integration-tests/quartz-clustered/src/test/java/org/apache/camel/quarkus/component/quartz/it/QuartzClusteredIT.java
index da405a54fb..d52c5e8d21 100644
--- a/integration-tests/quartz-clustered/src/test/java/org/apache/camel/quarkus/component/quartz/it/QuartzClusteredIT.java
+++ b/integration-tests/quartz-clustered/src/test/java/org/apache/camel/quarkus/component/quartz/it/QuartzClusteredIT.java
@@ -17,8 +17,10 @@
 package org.apache.camel.quarkus.component.quartz.it;
 
 import io.quarkus.test.junit.QuarkusIntegrationTest;
+import org.junit.jupiter.api.Disabled;
 
 @QuarkusIntegrationTest
+@Disabled // https://github.com/apache/camel-quarkus/issues/5241
 class QuartzClusteredIT extends QuartzClusteredTest {
 
 }