From 3be1c13267ae36592d5f8e99de66d7577a6d4343 Mon Sep 17 00:00:00 2001 From: Antoine Pelisse Date: Thu, 22 Mar 2018 13:20:15 -0700 Subject: [PATCH] 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. --- test/e2e/ui/dashboard.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/e2e/ui/dashboard.go b/test/e2e/ui/dashboard.go index 7077f7e014..f1473324b2 100644 --- a/test/e2e/ui/dashboard.go +++ b/test/e2e/ui/dashboard.go @@ -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