diff --git a/internal/cmd/build/main.go b/internal/cmd/build/main.go index 8c1acec88..297593e60 100644 --- a/internal/cmd/build/main.go +++ b/internal/cmd/build/main.go @@ -161,7 +161,6 @@ func (b *builder) integrationTest() error { "--dynamic-config-value", `component.nexusoperations.useSystemCallbackURL=false`, "--dynamic-config-value", `component.nexusoperations.callback.endpoint.template="http://localhost:7243/namespaces/{{.NamespaceName}}/nexus/callback"`, "--dynamic-config-value", "frontend.ListWorkersEnabled=true", - "--dynamic-config-value", "frontend.enableCancelWorkerPollsOnShutdown=true", }, }) if err != nil {