Skip to content

Commit f7bf47b

Browse files
committed
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)