Commit 454f60c7 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #36506 from Crassirostris/kibana-test-fix

Automatic merge from submit-queue Fix kibana e2e test Thanks @Random-Liu for noticing a problem in kibana e2e test! Fix https://github.com/kubernetes/kubernetes/issues/36402 @piosz
parents 68a7c2c6 2b837ba0
......@@ -83,6 +83,7 @@ func ClusterLevelLoggingWithKibana(f *framework.Framework) {
proxyRequest, errProxy := framework.GetServicesProxyRequest(f.ClientSet, f.ClientSet.Core().RESTClient().Get())
if errProxy != nil {
framework.Logf("After %v failed to get services proxy request: %v", time.Since(start), errProxy)
err = errProxy
continue
}
// Query against the root URL for Kibana.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment