Skip to content

Commit 586ccf5

Browse files
committed
exclude openapi4j (#290)
1 parent 0f0e01c commit 586ccf5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openapi-processor-core/src/testInt/kotlin/io/openapiprocessor/core/ProcessorTestSets.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ val EXCLUDE_OPENAPI4J = setOf(
181181
// the parser assumes that "type" must be string if a non-standard format is used
182182
"schema-mapping",
183183
// can't get uri of a document
184-
"packages"
184+
"packages",
185+
// complains about incompatible formats for integer
186+
"bean-validation-mapping-supported"
185187
)
186188

187189
val EXCLUDE_SWAGGER_30 = setOf(

0 commit comments

Comments
 (0)