From 98ced54b6337c7b3de2b3f0d765df541032a998d Mon Sep 17 00:00:00 2001 From: Shlomo Heigh Date: Wed, 22 May 2024 10:22:43 -0400 Subject: [PATCH] Add comment on Windows integration test --- tests/integration/features/integration.feature | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tests/integration/features/integration.feature b/tests/integration/features/integration.feature index 8f44b1e..dc8087e 100644 --- a/tests/integration/features/integration.feature +++ b/tests/integration/features/integration.feature @@ -40,6 +40,9 @@ Feature: Integrations Tests for remote TAS foundation When I push a "java" app with the "online" buildpack Then the secrets.yml values are available in the app - Scenario: Dotnet offline windows buildpack integration - When I push a "dotnet-windows" app with the "offline" buildpack - Then the secrets.yml values are available in the app \ No newline at end of file + # Our CI pipeline does not support Windows buildpacks. This can + # be tested locally against a TAS environment that supports Windows. + + # Scenario: Dotnet offline windows buildpack integration + # When I push a "dotnet-windows" app with the "offline" buildpack + # Then the secrets.yml values are available in the app