Skip to content

Commit 49e6e0b

Browse files
committed
name
1 parent 49a1ae0 commit 49e6e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/director-v2/tests/unit/with_dbs/comp_scheduler/test_scheduler_dask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2281,7 +2281,7 @@ async def test_run_new_pipeline_called_twice_prevents_duplicate_runs(
22812281
ComputationalBackendTaskResultsNotReadyError,
22822282
],
22832283
)
2284-
async def test_getting_task_result_raises_exception(
2284+
async def test_getting_task_result_raises_exception_does_not_fail_task(
22852285
exception_type: Exception,
22862286
with_disabled_auto_scheduling: mock.Mock,
22872287
with_disabled_scheduler_publisher: mock.Mock,

0 commit comments

Comments
 (0)