Skip to content

Commit

Permalink
Skip rewrite rule test for windows2012R2
Browse files Browse the repository at this point in the history
Co-authored-by: An Yu <[email protected]>
  • Loading branch information
Tyler Phelan and anyu committed Nov 21, 2018
1 parent 90679ca commit e33f266
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/hwc/integration/deploy_an_hwc_app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ var _ = Describe("CF HWC Buildpack", func() {

Context("deploying an hwc app with a rewrite rule", func() {
BeforeEach(func() {
if os.Getenv("CF_STACK") == "windows2012R2" {
Skip("rewrite rule not supported on windows2012R2")
}
app = cutlass.New(filepath.Join(bpDir, "fixtures", "windows_app_with_rewrite"))
})

Expand Down

0 comments on commit e33f266

Please sign in to comment.