Skip to content

Commit

Permalink
remove references to the windows2016 stack
Browse files Browse the repository at this point in the history
This stack is identical to the windows stack and windows2016 has been unsupported in CF for a long time now.
https://docs.cloudfoundry.org/devguide/deploy-apps/windows-stacks.html#-available-stacks
  • Loading branch information
arjun024 committed Jul 19, 2024
1 parent 2e70d98 commit 1915993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binary/integration/integration_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func PushAppAndConfirm(app *cutlass.App) {
}

func SkipIfNotWindows() {
if os.Getenv("SKIP_WINDOWS_TESTS") != "" || !canRunForOneOfStacks("windows2012R2", "windows2016", "windows") {
if os.Getenv("SKIP_WINDOWS_TESTS") != "" || os.Getenv("CF_STACK") != "windows" {
Skip("Skipping Windows tests")
}
}
Expand Down

0 comments on commit 1915993

Please sign in to comment.