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:
Andrew Keesler 2021-03-19 13:31:28 -04:00
parent f73c70d8f9
commit 2749044625
No known key found for this signature in database
GPG Key ID: 27CE0444346F9413
1 changed files with 0 additions and 2 deletions

View File

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