Skip to content

Commit f0c6afb

Browse files
authored
Enabled frontend.enableCancelWorkerPollsOnShutdown in tests (#1555)
* Enabled frontend.enableCancelWorkerPollsOnShutdown in tests * Missed comma
1 parent 595e4dc commit f0c6afb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ async def env(env_type: str) -> AsyncGenerator[WorkflowEnvironment, None]:
119119
"--dynamic-config-value",
120120
"frontend.activityAPIsEnabled=true",
121121
"--dynamic-config-value",
122+
"frontend.enableCancelWorkerPollsOnShutdown=true",
123+
"--dynamic-config-value",
122124
"component.nexusoperations.recordCancelRequestCompletionEvents=true",
123125
"--dynamic-config-value",
124126
"activity.enableStandalone=true",

0 commit comments

Comments
 (0)