Revert "Skip "Simple pod should support exec through kubectl proxy" test"

This reverts commit 3bc6ceac38.
This commit is contained in:
Clayton Coleman 2017-08-24 20:18:13 -04:00
parent 8f41db8100
commit b16af45454

View File

@ -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.")