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 761a3fb commit 24189beCopy full SHA for 24189be
services/storage/tests/unit/test_async_jobs.py
@@ -241,11 +241,16 @@ async def test_asybc_jobs_workflow(
241
rpc_sync_job.__name__,
242
pytest.param(
243
rpc_async_job.__name__,
244
- marks=pytest.mark.skip(reason="hangs after teardown for unknown reason"),
+ marks=pytest.mark.skip(
245
+ reason=(
246
+ "hangs after teardown for unknown reason "
247
+ "SEE https://github.com/ITISFoundation/osparc-simcore/issues/7486"
248
+ )
249
+ ),
250
),
251
],
252
)
-async def test_async_jobs_cancel_(
253
+async def test_async_jobs_cancel(
254
initialized_app: FastAPI,
255
register_rpc_routes: None,
256
storage_rabbitmq_rpc_client: RabbitMQRPCClient,
0 commit comments