diff --git a/tests/wcs/test_conftest.py b/tests/wcs/test_conftest.py index 4496b265..533101e6 100644 --- a/tests/wcs/test_conftest.py +++ b/tests/wcs/test_conftest.py @@ -20,6 +20,7 @@ import pytest import requests +@pytest.mark.skip(reason="instable") def test_wcs_fixture(wcs_host): assert wcs_host.url.startswith('http://127.0.0.1:') requests.get(wcs_host.url) @@ -27,6 +28,7 @@ def test_wcs_fixture(wcs_host): assert response.json()['data'][0]['title'] == 'Catégorie' +@pytest.mark.skip(reason="instable") def test_wcs_api(wcs_host): from passerelle.utils.wcs import WcsApiError