diff --git a/tests/test_angled_grids.py b/tests/test_angled_grids.py index 7b43bd60..820ac181 100644 --- a/tests/test_angled_grids.py +++ b/tests/test_angled_grids.py @@ -1,8 +1,12 @@ import regional_mom6 as rmom6 import os from pathlib import Path +import pytest +IN_GITHUB_ACTIONS = os.getenv("GITHUB_ACTIONS") == "true" + +@pytest.mark.skipif(IN_GITHUB_ACTIONS, reason="Test doesn't work in Github Actions.") def test_angled_grids(): """ Test that the angled grid is correctly read in.