Revert "Allow TestE2EFullIntegration to run on clusters where only the impersonation proxy works."

This reverts commit 7c9aff3278.
This commit is contained in:
Ryan Richard 2021-03-03 17:24:10 -08:00
parent 9c1c760f56
commit 5697adc36a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ import (
// TestE2EFullIntegration tests a full integration scenario that combines the supervisor, concierge, and CLI.
func TestE2EFullIntegration(t *testing.T) {
env := library.IntegrationEnv(t)
env := library.IntegrationEnv(t).WithCapability(library.ClusterSigningKeyIsAvailable)
// If anything in this test crashes, dump out the supervisor and proxy pod logs.
defer library.DumpLogs(t, env.SupervisorNamespace, "")