Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f7bf47b

Browse files
committedMay 27, 2025·
Disable sandbox
TODO: this should not be necessary; however, see test failures with this commit reverted.
1 parent a23df98 commit f7bf47b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/nexus/test_workflow_caller.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ async def test_sync_response(
480480
nexus_services=[ServiceImpl()],
481481
workflows=[CallerWorkflow, HandlerWorkflow],
482482
task_queue=task_queue,
483+
workflow_runner=UnsandboxedWorkflowRunner(),
483484
workflow_failure_exception_types=[Exception],
484485
):
485486
await create_nexus_endpoint(task_queue, client)

0 commit comments

Comments
 (0)
Please sign in to comment.