diff --git a/gemini_instruments/test/test_astrodata_descriptors.py b/gemini_instruments/test/test_astrodata_descriptors.py index 2f974062e..259fdc492 100644 --- a/gemini_instruments/test/test_astrodata_descriptors.py +++ b/gemini_instruments/test/test_astrodata_descriptors.py @@ -30,7 +30,6 @@ def test_descriptor(instr, filename, descriptor, value): try: ad = astrodata.open(filepath) except FileNotFoundError: - raise pytest.skip(f"{filename} not found") else: ad = astrodata.open(astrodata.testing.download_from_archive(filename))