Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
discontinue old integration test with legacy cds adaptor
Browse files Browse the repository at this point in the history
  • Loading branch information
francesconazzaro committed Jan 18, 2024
1 parent 01ece06 commit d8a252d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration_test_30_remote.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import py
import pytest

from cads_api_client import catalogue, processing

Expand Down Expand Up @@ -135,6 +136,7 @@ def test_collection_retrieve_with_mars_cds_adaptor(
assert res.endswith(target)


@pytest.mark.skip(reason="discontinued adaptor")
def test_collection_retrieve_with_legacy_cds_adaptor(
api_root_url: str, api_key: str, request_year: str, tmpdir: py.path.local
) -> None:
Expand Down

0 comments on commit d8a252d

Please sign in to comment.