Skip to content

Commit e03c12e

Browse files
Tyler Phelanastrieanna
authored andcommitted
Skip webrick_app test on windows
[#144940817] Signed-off-by: Leah Hanson <lhanson@pivotal.io>
1 parent 10e4e09 commit e03c12e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/binary/integration/deploy_a_binary_app_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ package integration_test
33
import (
44
"path/filepath"
55

6+
"os"
7+
68
"github.com/cloudfoundry/libbuildpack/cutlass"
79
. "github.com/onsi/ginkgo"
810
. "github.com/onsi/gomega"
9-
"os"
1011
)
1112

1213
var _ = Describe("CF Binary Buildpack", func() {
@@ -21,6 +22,7 @@ var _ = Describe("CF Binary Buildpack", func() {
2122

2223
Describe("deploying a Ruby script", func() {
2324
BeforeEach(func() {
25+
SkipIfNotLinux()
2426
app = cutlass.New(filepath.Join(bpDir, "fixtures", "webrick_app"))
2527
app.Stack = os.Getenv("CF_STACK")
2628
})

0 commit comments

Comments
 (0)