mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
Disable guestbook test for non-gce|gke due to
"createExternalLoadBalancer": true
This commit is contained in:
parent
abab9ea31f
commit
a7fb93bb55
@ -97,6 +97,10 @@ var _ = Describe("kubectl", func() {
|
|||||||
Describe("guestbook", func() {
|
Describe("guestbook", func() {
|
||||||
var guestbookPath = filepath.Join(testContext.RepoRoot, "examples/guestbook")
|
var guestbookPath = filepath.Join(testContext.RepoRoot, "examples/guestbook")
|
||||||
|
|
||||||
|
if testContext.Provider != "gce" && testContext.Provider != "gke" {
|
||||||
|
By(fmt.Sprintf("Skipping guestbook, uses createExternalLoadBalancer, a (gce|gke) feature"))
|
||||||
|
}
|
||||||
|
|
||||||
It("should create and stop a working application", func() {
|
It("should create and stop a working application", func() {
|
||||||
defer cleanup(guestbookPath, frontendSelector, redisMasterSelector, redisSlaveSelector)
|
defer cleanup(guestbookPath, frontendSelector, redisMasterSelector, redisSlaveSelector)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user