diff --git a/test/integration/e2e_test.go b/test/integration/e2e_test.go index 7fe6d351..87a9646c 100644 --- a/test/integration/e2e_test.go +++ b/test/integration/e2e_test.go @@ -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, "")