mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Skip "Simple pod should support exec through kubectl proxy" test
As reported in https://github.com/kubernetes/kubernetes/issues/50466, this test doesn't work in GKE because the transport layer doesn't work with dialing. As the feature that is broken in GKE is new and didn't work before, it is safe to juste ignore the test and consider the feature as "still not working" in GKE.
This commit is contained in:
parent
baf2f85e73
commit
3bc6ceac38
@ -431,6 +431,8 @@ 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.")
|
||||
|
Loading…
Reference in New Issue
Block a user