Skip to content

Commit

Permalink
Let's see if this fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarDrew authored and Cadair committed Sep 4, 2024
1 parent 1f94849 commit 1b8d0f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dkist/data/tests/test_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit 1b8d0f2

Please sign in to comment.