mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-07 01:40:23 +00:00
Automatic merge from submit-queue (batch tested with PRs 57658, 61304, 61560, 61859, 61870). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. 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. **What this PR does / why we need it**: Disable dashboard test for GKE. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #61559 **Special notes for your reviewer**: **Release note**: ```release-note NONE ``` cc @mml @konryd