Skip to content

Commit

Permalink
Add comment on Windows integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
szh committed May 22, 2024
1 parent cc841a7 commit 98ced54
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/integration/features/integration.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
# 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

0 comments on commit 98ced54

Please sign in to comment.