From 199510a5542003685d1c64c21c82947ab5e13ce9 Mon Sep 17 00:00:00 2001 From: Oliver Strickson Date: Thu, 22 Jun 2023 11:09:00 +0100 Subject: [PATCH] Remove test that depends on a third-party API (currently failing) --- tests/test_reader.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/test_reader.py b/tests/test_reader.py index 3c4eccbb..045e6f10 100644 --- a/tests/test_reader.py +++ b/tests/test_reader.py @@ -55,12 +55,6 @@ def test_load_dataset_local_zip(): assert type(cat.test_images().to_dask()) == xarray.core.dataarray.DataArray -def test_load_dataset_from_stac_plugin(): - """Test that an xarray.Dataset can be loaded via the data plugins code and scivision_sentinel2_stac catalog entry""" - ds = load_dataset('https://github.com/alan-turing-institute/scivision_sentinel2_stac').load_data() - assert type(ds) == xarray.Dataset - - def test_get_model_configs(): """Test that a config with multiple models is split into separate configs.""" path = 'tests/test_multiple_models_scivision.yml'