This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 603d74f98d93130ccfbcd7d15a17ff977f9b0539 Author: Guillaume Nodet <[email protected]> AuthorDate: Tue Mar 30 16:25:06 2021 +0200 Revert "[CAMEL-16432] Temporarily disable failing test" This reverts commit 3cc7226aefc0e2bd6c7750a2ac9b9fab81eaee32. --- .../src/test/java/org/apache/camel/catalog/CamelCatalogTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java b/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java index 9d26e4c..cbc61e8 100644 --- a/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java +++ b/catalog/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java @@ -25,7 +25,6 @@ import java.util.Map; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; import org.junit.jupiter.api.BeforeAll; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -1094,7 +1093,6 @@ public class CamelCatalogTest { } @Test - @Disabled public void testValidateJSonPathLanguage() { LanguageValidationResult result = catalog.validateLanguageExpression(null, "jsonpath", "$.store.book[?(@.price < 10)]"); assertTrue(result.isSuccess());
