Skip to content

Commit

Permalink
Disable debezium-mongo testing and native profile due to #6357
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Sep 15, 2024
1 parent df15d96 commit 2428579
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/debezium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@


<profiles>
<!-- TODO: https://github.com/apache/camel-quarkus/issues/6357
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -155,6 +156,7 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>mysqlDriver</id>
<activation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.MethodOrderer;
import org.junit.jupiter.api.Order;
import org.junit.jupiter.api.Test;
Expand All @@ -47,6 +48,7 @@
import static org.junit.jupiter.api.Assertions.fail;
import static org.junit.jupiter.api.Assumptions.assumeTrue;

@Disabled("https://github.com/apache/camel-quarkus/issues/6357")
@QuarkusTest
@QuarkusTestResource(DebeziumMongodbTestResource.class)
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
Expand Down

0 comments on commit 2428579

Please sign in to comment.