Skip to content

Commit 24189be

Browse files
author
Andrei Neagu
committed
added issue reference
1 parent 761a3fb commit 24189be

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

services/storage/tests/unit/test_async_jobs.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,16 @@ async def test_asybc_jobs_workflow(
241241
rpc_sync_job.__name__,
242242
pytest.param(
243243
rpc_async_job.__name__,
244-
marks=pytest.mark.skip(reason="hangs after teardown for unknown reason"),
244+
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+
),
245250
),
246251
],
247252
)
248-
async def test_async_jobs_cancel_(
253+
async def test_async_jobs_cancel(
249254
initialized_app: FastAPI,
250255
register_rpc_routes: None,
251256
storage_rabbitmq_rpc_client: RabbitMQRPCClient,

0 commit comments

Comments
 (0)