Skip to content

Commit

Permalink
Enabled worker versioning tests (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns authored Aug 10, 2023
1 parent 1fccf9c commit 90fcc71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/docker/dynamic-config-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion test/worker_versioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

Expand Down

0 comments on commit 90fcc71

Please sign in to comment.