Skip to content

Commit

Permalink
Revert "Disable dataformat SnakeYAML JVM test and native profile due to
Browse files Browse the repository at this point in the history
apache#5278"

This reverts commit 8393735.
  • Loading branch information
zhfeng committed Nov 20, 2023
1 parent 657b941 commit 224b375
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions integration-tests/dataformat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@


<profiles>
<!-- TODO: https://github.com/apache/camel-quarkus/issues/5278
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -95,7 +94,6 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
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 @@ -43,7 +42,6 @@ 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 224b375

Please sign in to comment.