mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +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() {
|
var _ = SIGDescribe("Kubernetes Dashboard", func() {
|
||||||
|
BeforeEach(func() {
|
||||||
|
// TODO(kubernetes/kubernetes#61559): Enable dashboard here rather than skip the test.
|
||||||
|
framework.SkipIfProviderIs("gke")
|
||||||
|
})
|
||||||
|
|
||||||
const (
|
const (
|
||||||
uiServiceName = "kubernetes-dashboard"
|
uiServiceName = "kubernetes-dashboard"
|
||||||
uiAppName = uiServiceName
|
uiAppName = uiServiceName
|
||||||
|
Loading…
Reference in New Issue
Block a user