Skip to content

Commit

Permalink
TST: Skip chronically failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Nov 12, 2024
1 parent 5130caf commit 4e8f9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 4e8f9ae

Please sign in to comment.