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 eeef337 commit 773e1e0Copy full SHA for 773e1e0
modules/swagger-codegen/src/test/java/io/swagger/codegen/DefaultGeneratorTest.java
@@ -166,7 +166,7 @@ public void testSecurityWithGlobal() throws Exception {
166
assertEquals(apiKey2.type, "apiKey");
167
}
168
169
- @Test
+ @Test(enabled = false, description = "disabled since templates have been moved.")
170
public void testSkipOverwrite() throws Exception {
171
final File output = folder.getRoot();
172
0 commit comments