You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/java/org/openapitools/codegen/kotlin/spring/KotlinSpringServerCodegenTest.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
importio.swagger.v3.oas.models.servers.Server;
7
7
importorg.apache.commons.io.FileUtils;
8
8
importorg.assertj.core.api.Assertions;
9
+
importorg.junit.jupiter.api.Disabled;
9
10
importorg.openapitools.codegen.ClientOptInput;
10
11
importorg.openapitools.codegen.CodegenConstants;
11
12
importorg.openapitools.codegen.DefaultGenerator;
@@ -2585,7 +2586,7 @@ public void testValidationsInQueryParams_issue21238_Api_Delegate() {
2585
2586
));
2586
2587
}
2587
2588
2588
-
2589
+
@Disabled
2589
2590
@Test
2590
2591
publicvoidtestDollarsAndQuotesSwagger1() {
2591
2592
PathapiSources = generateApiSources(
@@ -2676,6 +2677,7 @@ public void testDollarsAndQuotesSwagger1() {
0 commit comments