Skip to content

Commit

Permalink
Merge pull request kubernetes#22860 from jayunit100/skip_gce_k8bps
Browse files Browse the repository at this point in the history
Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot committed Mar 14, 2016
2 parents 7d0de5c + 1bc1bf0 commit b86b6e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/e2e/example_k8petstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b86b6e5

Please sign in to comment.