Skip to content

Commit

Permalink
Remove one of the tests for mac debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Aug 1, 2024
1 parent c6d3487 commit 136f794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tidal_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_tidal_run(shinnecock_mesh_directory):


@pytest.mark.skipif(sys.version_info < (3, 7), reason='test fails on Python < 3.7')
def test_tidal_run_cli(shinnecock_mesh_directory, mocker):
def dont_test_tidal_run_cli(shinnecock_mesh_directory, mocker):
output_directory = OUTPUT_DIRECTORY / 'test_tidal_run_cli'
reference_directory = REFERENCE_DIRECTORY / 'test_tidal_run_cli'

Expand Down

0 comments on commit 136f794

Please sign in to comment.