test/integration: unparallelize impersonation kubectl test
Maybe this will cut down on flakes we see in CI? Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
parent
f73c70d8f9
commit
2749044625
@ -556,8 +556,6 @@ func TestImpersonationProxy(t *testing.T) { //nolint:gocyclo // yeah, it's compl
|
||||
})
|
||||
|
||||
t.Run("kubectl as a client", func(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
kubeconfigPath, envVarsWithProxy, tempDir := getImpersonationKubeconfig(t, env, impersonationProxyURL, impersonationProxyCACertPEM)
|
||||
|
||||
// Try "kubectl exec" through the impersonation proxy.
|
||||
|
Loading…
Reference in New Issue
Block a user