Skip to content

Commit

Permalink
Skip this test in git workflow for now
Browse files Browse the repository at this point in the history
  • Loading branch information
manishvenu committed Sep 27, 2024
1 parent 5efb3b0 commit 52347df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_angled_grids.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 52347df

Please sign in to comment.