diff --git a/.github/workflows/docker/dynamic-config-custom.yaml b/.github/workflows/docker/dynamic-config-custom.yaml index 98059f4a7..a77f023b9 100644 --- a/.github/workflows/docker/dynamic-config-custom.yaml +++ b/.github/workflows/docker/dynamic-config-custom.yaml @@ -8,4 +8,10 @@ frontend.enableUpdateWorkflowExecution: frontend.enableUpdateWorkflowExecutionAsyncAccepted: - value: true system.enableEagerWorkflowStart: + - value: true +frontend.workerVersioningDataAPIs: + - value: true +frontend.workerVersioningWorkflowAPIs: + - value: true +worker.buildIdScavengerEnabled: - value: true \ No newline at end of file diff --git a/test/worker_versioning_test.go b/test/worker_versioning_test.go index f3536bcb4..aa46f22eb 100644 --- a/test/worker_versioning_test.go +++ b/test/worker_versioning_test.go @@ -56,7 +56,6 @@ func (ts *WorkerVersioningTestSuite) TearDownSuite() { } func (ts *WorkerVersioningTestSuite) SetupTest() { - ts.T().Skip("Skipped until server is updated and this works") ts.taskQueueName = taskQueuePrefix + "-" + ts.T().Name() }