You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2024/02/14 15:02:59 UTC

(camel-quarkus) 02/02: Enable JasyptSecureExtensionConfigTest.secureDirectComponentTimeout

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 <ja...@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()