Skip to content

Commit

Permalink
Update test_hda.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardo-correa authored Dec 15, 2023
1 parent ab316de commit 21b33d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_hda.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,9 @@ def test_search_results_slicing():
assert s[1:].volume == 140



@pytest.mark.skipif(NO_HDARC, reason="No access to HDA")
def test_hda_1():
#c = Client()
# c = Client()

r = {
"datasetId": "EO:CLMS:DAT:CGLS_CONTINENTS_WB_V1_1KM",
Expand All @@ -111,12 +110,11 @@ def test_hda_1():
# assert len(matches.results) > 0, matches
# matches.download()
assert True



@pytest.mark.skipif(NO_HDARC, reason="No access to HDA")
def test_hda_2():
#c = Client()
# c = Client()

r = {
"datasetId": "EO:ECMWF:DAT:CAMS_EUROPE_AIR_QUALITY_REANALYSES",
Expand Down

0 comments on commit 21b33d4

Please sign in to comment.