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

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

commit 8de18a07685ddfc82f69e213e812ad2bcd209eb6
Author: James Netherton <[email protected]>
AuthorDate: Wed Jan 14 08:17:43 2026 +0000

    Disable Groovy native integration tests due to #8122
---
 .../java/org/apache/camel/quarkus/component/groovy/it/GroovyIT.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/integration-tests/groovy/src/test/java/org/apache/camel/quarkus/component/groovy/it/GroovyIT.java
 
b/integration-tests/groovy/src/test/java/org/apache/camel/quarkus/component/groovy/it/GroovyIT.java
index 68c7733865..4c6250fd19 100644
--- 
a/integration-tests/groovy/src/test/java/org/apache/camel/quarkus/component/groovy/it/GroovyIT.java
+++ 
b/integration-tests/groovy/src/test/java/org/apache/camel/quarkus/component/groovy/it/GroovyIT.java
@@ -16,8 +16,10 @@
  */
 package org.apache.camel.quarkus.component.groovy.it;
 
+import io.quarkus.test.junit.DisabledOnIntegrationTest;
 import io.quarkus.test.junit.QuarkusIntegrationTest;
 
+@DisabledOnIntegrationTest("https://github.com/apache/camel-quarkus/issues/8122";)
 @QuarkusIntegrationTest
 class GroovyIT extends GroovyTest {
 

Reply via email to