mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #22860 from jayunit100/skip_gce_k8bps
Auto commit by PR queue bot
This commit is contained in:
commit
b86b6e58a0
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user