From 4e8f9aeafeb9b1c15677462b40163168cf22f3df Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:58:43 -0500 Subject: [PATCH] TST: Skip chronically failing test --- jdaviz/tests/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])