skip k8petstore shell script while i rewrite it entirely in golang

pull/6/head
Jay Vyas 2016-03-11 12:24:24 -05:00
parent 502d2457bb
commit 1bc1bf01ba
1 changed files with 5 additions and 0 deletions

View File

@ -155,6 +155,11 @@ T:
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.
var nodeCount int
f := NewDefaultFramework("petstore")