Skip to content

Commit

Permalink
omit aeronet download on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Jurgen Griesfeller committed Dec 15, 2023
1 parent 083e3b7 commit 81086cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_AERONETTimeSeriesReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ def test_dl_data_zipped(self):
self.assertEqual(len(ts.stations()), 4)

def test_aeronet_data_zipped(self):
if not os.path.exists("/lustre"):
self.skipTest(f"lustre not available; skipping Aeronet download on CI")

if not self.external_resource_available(AERONETSUN_URL):
self.skipTest(f"external resource not available: {AERONETSUN_URL}")
engine = pyaro.list_timeseries_engines()["aeronetsunreader"]
Expand Down

0 comments on commit 81086cd

Please sign in to comment.