Commit b86b6e58 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #22860 from jayunit100/skip_gce_k8bps

Auto commit by PR queue bot
parents 7d0de5c7 1bc1bf01
......@@ -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")
......
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