Skip to content

Commit

Permalink
Disable dataformat SnakeYAML JVM test and native profile due to apach…
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Sep 7, 2023
1 parent 131c884 commit 4abf12e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/dataformat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@


<profiles>
<!-- TODO: https://github.com/apache/camel-quarkus/issues/5278
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -94,6 +95,7 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import io.restassured.RestAssured;
import org.apache.commons.io.IOUtils;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.MethodSource;
Expand All @@ -42,6 +43,7 @@ private static Stream<String> snakeyamlRoutes() {
return Stream.of("dataformat-component", "dsl");
}

@Disabled("https://github.com/apache/camel-quarkus/issues/5278")
@ParameterizedTest
@MethodSource("snakeyamlRoutes")
public void snakeYaml(String route) {
Expand Down

0 comments on commit 4abf12e

Please sign in to comment.