From 6a478006a665de82d7091e9b9b49ab360cae6eef Mon Sep 17 00:00:00 2001 From: Egor Araslanov Date: Tue, 24 Dec 2024 19:47:58 +0500 Subject: [PATCH] ADCM-6210 Return test --- tests/integration/test_jobs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_jobs.py b/tests/integration/test_jobs.py index d60d1a2..4d1f091 100644 --- a/tests/integration/test_jobs.py +++ b/tests/integration/test_jobs.py @@ -79,7 +79,6 @@ async def prepare_environment( await run_non_blocking(group, name__in=["fail"]) -@pytest.mark.skip() @pytest.mark.usefixtures("prepare_environment") @pytest.mark.parametrize("adcm_client", [{"timeout": 60}], ids=["t60"], indirect=True) async def test_jobs_api(adcm_client: ADCMClient) -> None: