From 5b1067bffeb4b6e3fec68aa9b8d0f99e2e3a142c Mon Sep 17 00:00:00 2001 From: Egor Araslanov Date: Tue, 24 Dec 2024 19:45:42 +0500 Subject: [PATCH] ADCM-6210 Skip jobs test temporarily --- tests/integration/test_jobs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/test_jobs.py b/tests/integration/test_jobs.py index 4d1f091..d60d1a2 100644 --- a/tests/integration/test_jobs.py +++ b/tests/integration/test_jobs.py @@ -79,6 +79,7 @@ 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: