Skip to content

Commit

Permalink
skip failing asf tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Aug 29, 2023
1 parent bc91284 commit dd44fcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eof/tests/test_scihubclient.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import datetime

import pytest

from eof.scihubclient import ASFClient, ScihubGnssClient
from eof.products import Sentinel

Expand Down Expand Up @@ -33,6 +35,7 @@ def test_query_resorb_edge_case():
)


@pytest.mark.skip("Local testing only for ASF")
def test_asf_client():
dt = datetime.datetime(2020, 1, 1)
mission = "S1A"
Expand All @@ -42,6 +45,7 @@ def test_asf_client():
assert urls == [expected]


@pytest.mark.skip("Local testing only for ASF")
def test_asf_full_url_list(monkeypatch, tmp_path):
monkeypatch.setenv("XDG_CACHE_HOME", str(tmp_path))
asfclient = ASFClient()
Expand Down

0 comments on commit dd44fcd

Please sign in to comment.