Commit 1bc1bf01 authored by Jay Vyas's avatar Jay Vyas

skip k8petstore shell script while i rewrite it entirely in golang

parent 502d2457
...@@ -155,6 +155,11 @@ T: ...@@ -155,6 +155,11 @@ T:
var _ = Describe("Pet Store [Feature:Example]", func() { var _ = Describe("Pet Store [Feature:Example]", func() {
BeforeEach(func() {
// The shell scripts in k8petstore break on jenkins... Pure golang rewrite is in progress.
SkipUnlessProviderIs("local")
})
// The number of nodes dictates total number of generators/transaction expectations. // The number of nodes dictates total number of generators/transaction expectations.
var nodeCount int var nodeCount int
f := NewDefaultFramework("petstore") f := NewDefaultFramework("petstore")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment