From 703dc826bf4ebf15e498d47dc74eda598ce2b6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20K=C3=A4ldstr=C3=B6m?= Date: Wed, 16 May 2018 10:39:07 +0100 Subject: [PATCH] Remove e2e test for cAdvisor running in the kubelet, as it's deprecated and gonna be removed --- test/e2e/network/proxy.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e/network/proxy.go b/test/e2e/network/proxy.go index fe2f9f34452..b6be82183d9 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?)