This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 8dc7b7444d3e48dfd6e147e87651a84e6a552c33 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Fri Mar 15 10:14:19 2024 +0000 Revert "Disable jsh-dsl tests on Windows due to #5873" This reverts commit 57adf97dd61f613d16b741039e2491dd6821e757. Fixes #5873 --- .../src/test/java/org/apache/camel/quarkus/dsl/jsh/JshDslTest.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/integration-tests/jsh-dsl/src/test/java/org/apache/camel/quarkus/dsl/jsh/JshDslTest.java b/integration-tests/jsh-dsl/src/test/java/org/apache/camel/quarkus/dsl/jsh/JshDslTest.java index 3b00a31128..62a3c27b91 100644 --- a/integration-tests/jsh-dsl/src/test/java/org/apache/camel/quarkus/dsl/jsh/JshDslTest.java +++ b/integration-tests/jsh-dsl/src/test/java/org/apache/camel/quarkus/dsl/jsh/JshDslTest.java @@ -21,10 +21,7 @@ import io.restassured.RestAssured; import org.apache.camel.dsl.jsh.JshRoutesBuilderLoader; import org.hamcrest.CoreMatchers; import org.junit.jupiter.api.Test; -import org.junit.jupiter.api.condition.DisabledOnOs; -import org.junit.jupiter.api.condition.OS; -@DisabledOnOs(value = OS.WINDOWS, disabledReason = "https://github.com/apache/camel-quarkus/issues/5873") @QuarkusTest class JshDslTest {