File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -1018,12 +1018,8 @@ async def with_storage_celery_worker_controller(
10181018 perform_ping_check = False ,
10191019 queues = "default,cpu_bound" ,
10201020 ) as worker :
1021- worker_init .send (sender = worker )
1022-
10231021 yield worker
10241022
1025- worker_shutdown .send (sender = worker )
1026-
10271023
10281024@pytest .fixture
10291025def with_storage_celery_worker (
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ async def _wait_for_job(
195195 {"a" , "set" },
196196 ],
197197)
198- async def test_asybc_jobs_workflow (
198+ async def test_async_jobs_workflow (
199199 initialized_app : FastAPI ,
200200 register_rpc_routes : None ,
201201 storage_rabbitmq_rpc_client : RabbitMQRPCClient ,
@@ -241,15 +241,7 @@ async def test_asybc_jobs_workflow(
241241 "exposed_rpc_start" ,
242242 [
243243 rpc_sync_job .__name__ ,
244- pytest .param (
245- rpc_async_job .__name__ ,
246- marks = pytest .mark .skip (
247- reason = (
248- "hangs after teardown for unknown reason "
249- "SEE https://github.com/ITISFoundation/osparc-simcore/issues/7486"
250- )
251- ),
252- ),
244+ rpc_async_job .__name__ ,
253245 ],
254246)
255247async def test_async_jobs_cancel (
You can’t perform that action at this time.
0 commit comments