diff --git a/modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/typescriptangular/TypescriptAngularAdditionalPropertiesIntegrationTest.java b/modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/typescriptangular/TypescriptAngularAdditionalPropertiesIntegrationTest.java index ee87da560e37..f8acc26f6487 100644 --- a/modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/typescriptangular/TypescriptAngularAdditionalPropertiesIntegrationTest.java +++ b/modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/typescriptangular/TypescriptAngularAdditionalPropertiesIntegrationTest.java @@ -58,7 +58,7 @@ protected IntegrationTestPathsConfig getIntegrationTestPathsConfig() { return new IntegrationTestPathsConfig("typescript/additional-properties"); } - @Test + @Test(enabled = false) @Override public void generatesCorrectDirectoryStructure() throws IOException { // test are currently disabled in Superclass diff --git a/modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/typescriptangular/TypescriptAngularArrayAndObjectIntegrationTest.java b/modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/typescriptangular/TypescriptAngularArrayAndObjectIntegrationTest.java index 9bbb9ea4ef53..0b4b5eaa5fe1 100644 --- a/modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/typescriptangular/TypescriptAngularArrayAndObjectIntegrationTest.java +++ b/modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/typescriptangular/TypescriptAngularArrayAndObjectIntegrationTest.java @@ -58,7 +58,7 @@ protected IntegrationTestPathsConfig getIntegrationTestPathsConfig() { return new IntegrationTestPathsConfig("typescript/array-and-object"); } - @Test + @Test(enabled = false) @Override public void generatesCorrectDirectoryStructure() throws IOException { // test are currently disabled in Superclass diff --git a/modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/typescriptangular/TypescriptAngularParamsStrategyCustomIntegrationTest.java b/modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/typescriptangular/TypescriptAngularParamsStrategyCustomIntegrationTest.java index ceac06d46ffb..07d13ee584e3 100644 --- a/modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/typescriptangular/TypescriptAngularParamsStrategyCustomIntegrationTest.java +++ b/modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/typescriptangular/TypescriptAngularParamsStrategyCustomIntegrationTest.java @@ -57,7 +57,7 @@ protected IntegrationTestPathsConfig getIntegrationTestPathsConfig() { return new IntegrationTestPathsConfig("typescript/custom-path-params"); } - @Test + @Test(enabled = false) @Override public void generatesCorrectDirectoryStructure() throws IOException { // test are currently disabled in Superclass diff --git a/modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/typescriptangular/TypescriptAngularPetstoreIntegrationTest.java b/modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/typescriptangular/TypescriptAngularPetstoreIntegrationTest.java index 251463ce653e..cf6a215c984f 100644 --- a/modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/typescriptangular/TypescriptAngularPetstoreIntegrationTest.java +++ b/modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/typescriptangular/TypescriptAngularPetstoreIntegrationTest.java @@ -58,7 +58,7 @@ protected IntegrationTestPathsConfig getIntegrationTestPathsConfig() { return new IntegrationTestPathsConfig("typescript/petstore"); } - @Test + @Test(enabled = false) @Override public void generatesCorrectDirectoryStructure() throws IOException { // test are currently disabled in Superclass