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

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


The following commit(s) were added to refs/heads/camel-4.8.x by this push:
     new 52dcf648644 chore(test): Deactivate failing k plugin test (#16385)
52dcf648644 is described below

commit 52dcf6486448c5b2ba795b26771d13e6814d446e
Author: GaĆ«lle Fournier <[email protected]>
AuthorDate: Tue Nov 26 20:35:06 2024 +0100

    chore(test): Deactivate failing k plugin test (#16385)
---
 .../apache/camel/dsl/jbang/core/commands/k/IntegrationExportTest.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/dsl/camel-jbang/camel-jbang-plugin-k/src/test/java/org/apache/camel/dsl/jbang/core/commands/k/IntegrationExportTest.java
 
b/dsl/camel-jbang/camel-jbang-plugin-k/src/test/java/org/apache/camel/dsl/jbang/core/commands/k/IntegrationExportTest.java
index bea491ac00d..c04bbd5c4ba 100644
--- 
a/dsl/camel-jbang/camel-jbang-plugin-k/src/test/java/org/apache/camel/dsl/jbang/core/commands/k/IntegrationExportTest.java
+++ 
b/dsl/camel-jbang/camel-jbang-plugin-k/src/test/java/org/apache/camel/dsl/jbang/core/commands/k/IntegrationExportTest.java
@@ -34,6 +34,7 @@ import 
org.apache.camel.dsl.jbang.core.commands.kubernetes.traits.BaseTrait;
 import org.apache.camel.dsl.jbang.core.common.RuntimeType;
 import org.junit.jupiter.api.Assertions;
 import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 class IntegrationExportTest extends CamelKBaseTest {
@@ -71,6 +72,7 @@ class IntegrationExportTest extends CamelKBaseTest {
         Assertions.assertEquals("foo", 
containers.get(0).getEnv().get(0).getValue());
     }
 
+    @Disabled
     @Test
     public void shouldExportFromPipe() throws Exception {
         IntegrationExport command = createCommand(

Reply via email to