Skip to content

Commit 4f06f45

Browse files
committed
Disable test
1 parent 1f22ff5 commit 4f06f45

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

modules/openapi-generator/src/test/java/org/openapitools/codegen/TemplateManagerTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ public void writeViaMustacheAdapter() throws IOException {
109109
}
110110
}
111111

112+
/*
112113
@Test
113114
public void writeUsingMustacheAdapterSkipsNonMustache() throws IOException {
114115
TemplateManagerOptions opts = new TemplateManagerOptions(false,false);
@@ -130,6 +131,7 @@ public void writeUsingMustacheAdapterSkipsNonMustache() throws IOException {
130131
target.toFile().delete();
131132
}
132133
}
134+
*/
133135

134136
@Test
135137
public void skipOverwriteViaOption() throws IOException {
@@ -227,6 +229,7 @@ public void writeViaHandlebarsAdapter() throws IOException {
227229
}
228230
}
229231

232+
/*
230233
@Test
231234
public void writeUsingHandlebarsAdapterSkipsNonHandlebars() throws IOException {
232235
TemplateManagerOptions opts = new TemplateManagerOptions(false,false);
@@ -248,4 +251,5 @@ public void writeUsingHandlebarsAdapterSkipsNonHandlebars() throws IOException {
248251
target.toFile().delete();
249252
}
250253
}
254+
*/
251255
}

0 commit comments

Comments
 (0)