mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
test: Disable ui dashboard test for gke
The dashboard is disabled on GKE 1.10, the test is failing because it's not alive. Let's just skip this use-case, and keep a todo that it'd be nice to enable the dashboard to test it.
This commit is contained in:
parent
52ed0368f8
commit
3be1c13267
@ -33,6 +33,11 @@ import (
|
||||
)
|
||||
|
||||
var _ = SIGDescribe("Kubernetes Dashboard", func() {
|
||||
BeforeEach(func() {
|
||||
// TODO(kubernetes/kubernetes#61559): Enable dashboard here rather than skip the test.
|
||||
framework.SkipIfProviderIs("gke")
|
||||
})
|
||||
|
||||
const (
|
||||
uiServiceName = "kubernetes-dashboard"
|
||||
uiAppName = uiServiceName
|
||||
|
Loading…
Reference in New Issue
Block a user