From 1b8d0f2cf78f293dc6dddcfa7f70ed3c8c6c12c0 Mon Sep 17 00:00:00 2001 From: Drew Leonard Date: Mon, 2 Sep 2024 16:21:43 +0100 Subject: [PATCH] Let's see if this fixes it --- dkist/data/tests/test_sample.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dkist/data/tests/test_sample.py b/dkist/data/tests/test_sample.py index 10ba7046..88b33177 100644 --- a/dkist/data/tests/test_sample.py +++ b/dkist/data/tests/test_sample.py @@ -29,6 +29,7 @@ def test_module_getattr(mocker, attrname): mock.assert_has_calls([call(attrname), call().__getitem__(0)]) +@pytest.mark.skipif(pytest.config.getvalue("environment") == "publish") @pytest.mark.internet_off def test_fail(tmp_sample_dir): """