diff --git a/test/e2e/network/proxy.go b/test/e2e/network/proxy.go index fe2f9f344521d..b6be82183d91e 100644 --- a/test/e2e/network/proxy.go +++ b/test/e2e/network/proxy.go @@ -73,7 +73,6 @@ var _ = SIGDescribe("Proxy", func() { subresource. */ framework.ConformanceIt("should proxy logs on node using proxy subresource ", func() { nodeProxyTest(f, prefix+"/nodes/", "/proxy/logs/") }) - It("should proxy to cadvisor using proxy subresource", func() { nodeProxyTest(f, prefix+"/nodes/", ":4194/proxy/containers/") }) // using the porter image to serve content, access the content // (of multiple pods?) from multiple (endpoints/services?)