diff --git a/test/e2e/example_k8petstore.go b/test/e2e/example_k8petstore.go index e93292bcbfeb7..9ada04a9c438c 100644 --- a/test/e2e/example_k8petstore.go +++ b/test/e2e/example_k8petstore.go @@ -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")