From 96cf5d88ebdf14bc36fb90ed5f97b475da5424c8 Mon Sep 17 00:00:00 2001 From: teald Date: Mon, 30 Sep 2024 11:45:01 -0700 Subject: [PATCH] =?UTF-8?q?test:=20=F0=9F=A7=AA=20Skip=20calibrations=20te?= =?UTF-8?q?st=20(unused=20for=20now),=20keep=20issue=20open?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/unit/test_testing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/test_testing.py b/tests/unit/test_testing.py index c91d6989..57b25cda 100644 --- a/tests/unit/test_testing.py +++ b/tests/unit/test_testing.py @@ -618,6 +618,7 @@ def test_download_raise_error_on_fail(tmpdir, bad_filename): ) +@pytest.mark.skip(reason="See: https://github.com/GeminiDRSoftware/astrodata/issues/62") def test_get_associated_calibrations(tmpdir, test_file_archive): associated_calibrations = testing.get_associated_calibrations( test_file_archive