Skip to content

Commit

Permalink
remove ruby e2e test (shipwright-io#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiujuan95 authored Jun 5, 2020
1 parent 2e31128 commit bdeccc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ var _ = Describe("For a Kubernetes cluster with Tekton and build installed", fun

Context("when a Buildpacks v3 build is defined for a ruby runtime", func() {

BeforeEach(func() {
// issue track in paketo side: https://github.com/paketo-community/ruby/issues/59
Skip("Skipping test case because Ruby support in paketo is still under development.")
})

AfterEach(func() {
if CurrentGinkgoTestDescription().Failed {
Logf("Print failed BuildRun's log")
Expand Down

0 comments on commit bdeccc8

Please sign in to comment.