Skip to content

Commit

Permalink
don't run the slow glider test
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Apr 9, 2024
1 parent 1a9f8ce commit a4a1705
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ def test_ngdac_gliders_fast(df_previous_metrics):
assert num >= df_previous_metrics["NGDAC Glider Days"].iloc[-1]


def test_ngdac_gliders(df_previous_metrics):
num = ioos_metrics.ngdac_gliders()
# New count should always be >= than the previous one.
assert num >= df_previous_metrics["NGDAC Glider Days"].iloc[-1]


def test_ioos():
num = ioos_metrics.ioos()
assert num == 1
Expand Down

0 comments on commit a4a1705

Please sign in to comment.