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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8941e6b3b3 Add note to @Disabled query test in InfinispanTest
8941e6b3b3 is described below

commit 8941e6b3b36611e29174305ac75af64a42b700c0
Author: Lukas Lowinger <[email protected]>
AuthorDate: Fri Aug 1 15:05:30 2025 +0200

    Add note to @Disabled query test in InfinispanTest
---
 .../org/apache/camel/quarkus/component/infinispan/InfinispanTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/integration-tests/infinispan/src/test/java/org/apache/camel/quarkus/component/infinispan/InfinispanTest.java
 
b/integration-tests/infinispan/src/test/java/org/apache/camel/quarkus/component/infinispan/InfinispanTest.java
index 637fa714a2..168c837bea 100644
--- 
a/integration-tests/infinispan/src/test/java/org/apache/camel/quarkus/component/infinispan/InfinispanTest.java
+++ 
b/integration-tests/infinispan/src/test/java/org/apache/camel/quarkus/component/infinispan/InfinispanTest.java
@@ -38,7 +38,7 @@ public class InfinispanTest extends InfinispanCommonTest {
                         "cache-manager", is("none"));
     }
 
-    @Disabled
+    @Disabled("https://github.com/apache/camel-quarkus/issues/7572";)
     @Test
     @Override
     public void query() {

Reply via email to