We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2503975 commit 8167351Copy full SHA for 8167351
1 file changed
internal/cmd/build/main.go
@@ -161,7 +161,6 @@ func (b *builder) integrationTest() error {
161
"--dynamic-config-value", `component.nexusoperations.useSystemCallbackURL=false`,
162
"--dynamic-config-value", `component.nexusoperations.callback.endpoint.template="http://localhost:7243/namespaces/{{.NamespaceName}}/nexus/callback"`,
163
"--dynamic-config-value", "frontend.ListWorkersEnabled=true",
164
- "--dynamic-config-value", "frontend.enableCancelWorkerPollsOnShutdown=true",
165
},
166
})
167
if err != nil {
0 commit comments