diff --git a/jdaviz/tests/test_utils.py b/jdaviz/tests/test_utils.py index 7e6d914124..18e175c9dd 100644 --- a/jdaviz/tests/test_utils.py +++ b/jdaviz/tests/test_utils.py @@ -210,7 +210,7 @@ def test_uri_to_download_specviz(specviz_helper, tmp_path): specviz_helper.load_data(uri, cache=True, local_path=local_path) -@pytest.mark.remote_data +@pytest.mark.skip(reason="FIXME: Find a file that is not missing from MAST") def test_uri_to_download_specviz2d(specviz2d_helper, tmp_path): uri = "mast:JWST/product/jw01324-o006_s00005_nirspec_f100lp-g140h_s2d.fits" local_path = str(tmp_path / uri.split('/')[-1])