We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 693d1ed commit 8c9d586Copy full SHA for 8c9d586
src/test/kotlin/org/springdoc/openapi/gradle/plugin/OpenApiGradlePluginTest.kt
@@ -401,7 +401,7 @@ class OpenApiGradlePluginTest {
401
402
// Rerunning the build does not regenerate the OpenAPI file
403
// TODO escape failing test for now
404
- //assertEquals(TaskOutcome.UP_TO_DATE, openApiDocsTask(runTheBuild()).outcome)
+ // assertEquals(TaskOutcome.UP_TO_DATE, openApiDocsTask(runTheBuild()).outcome)
405
assertOpenApiJsonFile(1)
406
}
407
0 commit comments