Skip to content

Commit

Permalink
Skip cloudmask
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Dec 8, 2023
1 parent fe46e65 commit 0db9aec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def setUp(self) -> None: # noqa D102

return super().setUp()

@unittest.skip("Skipping as cloud masks are not being used now")
def test_load_cloudmask_to_dataarray(self): # noqa D102
for area in ["UK", "RSS"]:
cloudmask_dataarray = load_cloudmask_to_dataarray(
Expand Down

0 comments on commit 0db9aec

Please sign in to comment.