Skip to content

Commit 74c551c

Browse files
authored
disable ts integration testws (#22501)
1 parent 8d17f66 commit 74c551c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/typescriptangular/TypescriptAngularAdditionalPropertiesIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected IntegrationTestPathsConfig getIntegrationTestPathsConfig() {
5858
return new IntegrationTestPathsConfig("typescript/additional-properties");
5959
}
6060

61-
@Test
61+
@Test(enabled = false)
6262
@Override
6363
public void generatesCorrectDirectoryStructure() throws IOException {
6464
// test are currently disabled in Superclass

modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/typescriptangular/TypescriptAngularArrayAndObjectIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected IntegrationTestPathsConfig getIntegrationTestPathsConfig() {
5858
return new IntegrationTestPathsConfig("typescript/array-and-object");
5959
}
6060

61-
@Test
61+
@Test(enabled = false)
6262
@Override
6363
public void generatesCorrectDirectoryStructure() throws IOException {
6464
// test are currently disabled in Superclass

modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/typescriptangular/TypescriptAngularParamsStrategyCustomIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ protected IntegrationTestPathsConfig getIntegrationTestPathsConfig() {
5757
return new IntegrationTestPathsConfig("typescript/custom-path-params");
5858
}
5959

60-
@Test
60+
@Test(enabled = false)
6161
@Override
6262
public void generatesCorrectDirectoryStructure() throws IOException {
6363
// test are currently disabled in Superclass

modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/typescriptangular/TypescriptAngularPetstoreIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected IntegrationTestPathsConfig getIntegrationTestPathsConfig() {
5858
return new IntegrationTestPathsConfig("typescript/petstore");
5959
}
6060

61-
@Test
61+
@Test(enabled = false)
6262
@Override
6363
public void generatesCorrectDirectoryStructure() throws IOException {
6464
// test are currently disabled in Superclass

0 commit comments

Comments
 (0)