Skip to content

Commit

Permalink
Disabled tests using kubernetess client, see #5318
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek authored and github-actions[bot] committed Oct 9, 2023
1 parent 336a54d commit 090f368
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration-tests/camel-k-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@
<quarkus.native.native-image-xmx>5g</quarkus.native.native-image-xmx>
</properties>
</profile>
<!--
//https://github.com/apache/camel-quarkus/issues/5318
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -154,6 +156,7 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down
3 changes: 3 additions & 0 deletions integration-tests/kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@
<quarkus.native.native-image-xmx>5g</quarkus.native.native-image-xmx>
</properties>
</profile>
<!--
//https://github.com/apache/camel-quarkus/issues/5318
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -108,6 +110,7 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@
import io.quarkus.test.kubernetes.client.KubernetesServerTestResource;
import io.quarkus.test.kubernetes.client.KubernetesTestServer;
import io.restassured.RestAssured;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import static org.hamcrest.Matchers.is;

@Disabled //https://github.com/apache/camel-quarkus/issues/5318
@QuarkusTest
@QuarkusTestResource(KubernetesServerTestResource.class)
public class KubernetesTest {
Expand Down
3 changes: 3 additions & 0 deletions integration-tests/master-openshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@
</plugins>
</build>
</profile>
<!--
// https://github.com/apache/camel-quarkus/issues/5318
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -191,6 +193,7 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
import org.eclipse.microprofile.config.Config;
import org.eclipse.microprofile.config.ConfigProvider;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledOnOs;
import org.junit.jupiter.api.condition.OS;
Expand All @@ -45,6 +46,7 @@
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.emptyString;

@Disabled // https://github.com/apache/camel-quarkus/issues/5318
@QuarkusTestResource(MasterOpenShiftTestResource.class)
@QuarkusTest
class MasterOpenShiftTest {
Expand Down

0 comments on commit 090f368

Please sign in to comment.