File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ async def test_nexus_operation_fails_without_retry_as_handler_error(
206206 client ,
207207 nexus_service_handlers = [ErrorTestService ()],
208208 nexus_task_executor = concurrent .futures .ThreadPoolExecutor (max_workers = 1 ),
209- workflows = [CallerWorkflow , NonTerminatingWorkflow ],
209+ workflows = [CallerWorkflow ],
210210 task_queue = input .task_queue ,
211211 ):
212212 await create_nexus_endpoint (input .task_queue , client )
@@ -227,13 +227,6 @@ async def test_nexus_operation_fails_without_retry_as_handler_error(
227227 assert handler_error_message in str (handler_error )
228228 else :
229229 pytest .fail ("Unreachable" )
230- finally :
231- if operation_name == "fails_due_to_workflow_already_started" :
232- try :
233- handle = client .get_workflow_handle ("second-start-request-will-fail" )
234- await handle .terminate ()
235- except Exception :
236- pass
237230
238231
239232# Start timeout test
You can’t perform that action at this time.
0 commit comments