Skip to content

Commit e675fac

Browse files
committed
add docs
1 parent cc5250e commit e675fac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1617,6 +1617,8 @@ async def test_pipeline_with_on_demand_cluster_with_no_clusters_keeper_fails(
16171617
mocked_get_or_create_cluster: mock.Mock,
16181618
get_or_create_exception: Exception,
16191619
):
1620+
# needs to change: https://github.com/ITISFoundation/osparc-simcore/issues/6817
1621+
16201622
mocked_get_or_create_cluster.side_effect = get_or_create_exception
16211623
# running the pipeline will trigger a call to the clusters-keeper
16221624
assert published_project.project.prj_owner

0 commit comments

Comments
 (0)