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 bddd8008b5a12cdf956e85af1b6f629d7e4e71fb Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Wed Feb 14 10:34:42 2024 +0000 Enable JasyptSecureExtensionConfigTest.secureDirectComponentTimeout --- .../quarkus/component/jasypt/it/JasyptSecureExtensionConfigTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration-tests/jasypt/src/test/java/org/apache/camel/quarkus/component/jasypt/it/JasyptSecureExtensionConfigTest.java b/integration-tests/jasypt/src/test/java/org/apache/camel/quarkus/component/jasypt/it/JasyptSecureExtensionConfigTest.java index ae55cbea81..1ec1da5a3e 100644 --- a/integration-tests/jasypt/src/test/java/org/apache/camel/quarkus/component/jasypt/it/JasyptSecureExtensionConfigTest.java +++ b/integration-tests/jasypt/src/test/java/org/apache/camel/quarkus/component/jasypt/it/JasyptSecureExtensionConfigTest.java @@ -19,7 +19,6 @@ package org.apache.camel.quarkus.component.jasypt.it; import io.quarkus.test.junit.QuarkusTest; import io.quarkus.test.junit.TestProfile; import io.restassured.RestAssured; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import static org.hamcrest.Matchers.is; @@ -36,7 +35,6 @@ class JasyptSecureExtensionConfigTest { .body(is("camel")); } - @Disabled("https://github.com/apache/camel-quarkus/issues/5675") @Test void secureDirectComponentTimeout() throws InterruptedException { RestAssured.given()