Skip to content

Commit 773e1e0

Browse files
committed
Disable test due templates used have been moved to a different repo.
1 parent eeef337 commit 773e1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-codegen/src/test/java/io/swagger/codegen/DefaultGeneratorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public void testSecurityWithGlobal() throws Exception {
166166
assertEquals(apiKey2.type, "apiKey");
167167
}
168168

169-
@Test
169+
@Test(enabled = false, description = "disabled since templates have been moved.")
170170
public void testSkipOverwrite() throws Exception {
171171
final File output = folder.getRoot();
172172

0 commit comments

Comments
 (0)