mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-05 07:37:12 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user