Skip to content

Commit 97a1419

Browse files
committed
unskip abort task
1 parent 1f9d4c4 commit 97a1419

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

services/storage/tests/unit/test_async_jobs.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -241,15 +241,7 @@ async def test_async_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
)
255247
async def test_async_jobs_cancel(

0 commit comments

Comments
 (0)