Skip to content

Commit

Permalink
Remove e2e test for cAdvisor running in the kubelet, as it's deprecat…
Browse files Browse the repository at this point in the history
…ed and gonna be removed
  • Loading branch information
luxas committed May 16, 2018
1 parent f4d0708 commit 703dc82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/network/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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?)
Expand Down

0 comments on commit 703dc82

Please sign in to comment.