diff --git a/integration-tests/dataformat/pom.xml b/integration-tests/dataformat/pom.xml index 53d157e11eba..3b9dab7086e6 100644 --- a/integration-tests/dataformat/pom.xml +++ b/integration-tests/dataformat/pom.xml @@ -67,7 +67,6 @@ - virtualDependencies diff --git a/integration-tests/dataformat/src/test/java/org/apache/camel/quarkus/component/dataformat/it/DataformatTest.java b/integration-tests/dataformat/src/test/java/org/apache/camel/quarkus/component/dataformat/it/DataformatTest.java index 52ec2c985653..5556571bfae6 100644 --- a/integration-tests/dataformat/src/test/java/org/apache/camel/quarkus/component/dataformat/it/DataformatTest.java +++ b/integration-tests/dataformat/src/test/java/org/apache/camel/quarkus/component/dataformat/it/DataformatTest.java @@ -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; @@ -43,7 +42,6 @@ private static Stream snakeyamlRoutes() { return Stream.of("dataformat-component", "dsl"); } - @Disabled("https://github.com/apache/camel-quarkus/issues/5278") @ParameterizedTest @MethodSource("snakeyamlRoutes") public void snakeYaml(String route) {