We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0158b4 commit 2c1bbdcCopy full SHA for 2c1bbdc
modules/swagger-generator/src/test/java/io/swagger/v3/generator/online/GeneratorControllerIT.java
@@ -76,7 +76,7 @@ public void testServersV2() throws Exception {
76
Assert.assertTrue(jsonNode.toString().contains("jaxrs"));
77
}
78
79
- @Test
+ @Test(enabled = false)
80
public void generateJava() throws Exception {
81
String json = FileUtils.readFileToString(new File("src/test/resources/petstore-oas3.json"));
82
JsonNode node = Json.mapper().readTree(json);
0 commit comments