Skip to content

Commit

Permalink
Disable master-openshift integration tests due to #4095
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Sep 22, 2022
1 parent 7005552 commit 50e2400
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration-tests/master-openshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
</plugins>
</build>
</profile>

<!-- TODO: https://github.com/apache/camel-quarkus/issues/4095
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -177,6 +177,7 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
package org.apache.camel.quarkus.component.master.it;

import io.quarkus.test.junit.QuarkusIntegrationTest;
import org.junit.jupiter.api.Disabled;

@Disabled("https://github.com/apache/camel-quarkus/issues/4095")
@QuarkusIntegrationTest
class MasterOpenShiftIT extends MasterOpenShiftTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,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 @@ -43,6 +44,7 @@
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.emptyString;

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

0 comments on commit 50e2400

Please sign in to comment.