We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5250e commit e675facCopy full SHA for e675fac
services/director-v2/tests/unit/with_dbs/comp_scheduler/test_scheduler_dask.py
@@ -1617,6 +1617,8 @@ async def test_pipeline_with_on_demand_cluster_with_no_clusters_keeper_fails(
1617
mocked_get_or_create_cluster: mock.Mock,
1618
get_or_create_exception: Exception,
1619
):
1620
+ # needs to change: https://github.com/ITISFoundation/osparc-simcore/issues/6817
1621
+
1622
mocked_get_or_create_cluster.side_effect = get_or_create_exception
1623
# running the pipeline will trigger a call to the clusters-keeper
1624
assert published_project.project.prj_owner
0 commit comments