From e4aad80db8c328ab498e72fe62afe8a137591384 Mon Sep 17 00:00:00 2001 From: Pedro Crespo-Valero <32402063+pcrespov@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:59:03 +0100 Subject: [PATCH] reactivated test --- .../with_dbs/03/meta_modeling/test_meta_modeling_iterations.py | 1 - 1 file changed, 1 deletion(-) diff --git a/services/web/server/tests/unit/with_dbs/03/meta_modeling/test_meta_modeling_iterations.py b/services/web/server/tests/unit/with_dbs/03/meta_modeling/test_meta_modeling_iterations.py index a278e2e09e3..78ea65a897d 100644 --- a/services/web/server/tests/unit/with_dbs/03/meta_modeling/test_meta_modeling_iterations.py +++ b/services/web/server/tests/unit/with_dbs/03/meta_modeling/test_meta_modeling_iterations.py @@ -70,7 +70,6 @@ async def context_with_logged_user(client: TestClient, logged_user: UserInfoDict await conn.execute(projects.delete()) -@pytest.mark.skip(reason="TODO: temporary removed to check blocker") @pytest.mark.acceptance_test() async def test_iterators_workflow( client: TestClient,