From b16af454548010dbd5bc321c8be437d0756f100c Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Thu, 24 Aug 2017 20:18:13 -0400 Subject: [PATCH] Revert "Skip "Simple pod should support exec through kubectl proxy" test" This reverts commit 3bc6ceac385857a6dd292e130b967fcc84842bd7. --- test/e2e/kubectl/kubectl.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/e2e/kubectl/kubectl.go b/test/e2e/kubectl/kubectl.go index bfd48698689..fc1b597b914 100644 --- a/test/e2e/kubectl/kubectl.go +++ b/test/e2e/kubectl/kubectl.go @@ -431,8 +431,6 @@ var _ = SIGDescribe("Kubectl client", func() { }) It("should support exec through kubectl proxy", func() { - Skip("kubernetes/kubernetes#50466: This feature doesn't work for anything but client certs authentication.") - // Fail if the variable isn't set if framework.TestContext.Host == "" { framework.Failf("--host variable must be set to the full URI to the api server on e2e run.")