This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 5250c437d68 CAMEL-20353: disabled camel-rest-openapi test
5250c437d68 is described below

commit 5250c437d68f11ddae9cc310e7af038ce8f35d81
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Mon Jan 22 11:33:35 2024 +0100

    CAMEL-20353: disabled camel-rest-openapi test
    
    The swagger-parse upgrade broke this test.
    
    Ref: 394084605ec909f1aed514734166dd45da35af97
---
 .../camel/component/rest/openapi/RestOpenApiRequestValidationTest.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/components/camel-rest-openapi/src/test/java/org/apache/camel/component/rest/openapi/RestOpenApiRequestValidationTest.java
 
b/components/camel-rest-openapi/src/test/java/org/apache/camel/component/rest/openapi/RestOpenApiRequestValidationTest.java
index 369ead0a0ca..bbfa211a098 100644
--- 
a/components/camel-rest-openapi/src/test/java/org/apache/camel/component/rest/openapi/RestOpenApiRequestValidationTest.java
+++ 
b/components/camel-rest-openapi/src/test/java/org/apache/camel/component/rest/openapi/RestOpenApiRequestValidationTest.java
@@ -49,6 +49,7 @@ import org.apache.camel.test.junit5.CamelTestSupport;
 import org.junit.jupiter.api.AfterAll;
 import org.junit.jupiter.api.BeforeAll;
 import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.params.ParameterizedTest;
 import org.junit.jupiter.params.provider.MethodSource;
 import org.junit.jupiter.params.provider.ValueSource;
@@ -215,6 +216,7 @@ public class RestOpenApiRequestValidationTest extends 
CamelTestSupport {
         assertEquals(10, createdPet.getId());
     }
 
+    @Disabled("Disabled due to CAMEL-20353")
     @ParameterizedTest
     @MethodSource("petStoreVersions")
     void requestValidationWithJsonBodyAndMissingMandatoryFields(String 
petStoreVersion) {

Reply via email to