Skip to content

Commit

Permalink
skip Windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Aug 14, 2024
1 parent 42db7a3 commit 1d28299
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compliance_checker/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ def _check_libnetcdf_version():
< 8.0
)

@pytest.mark.skipif(
platform.system() == "Windows",
reason="NCZarr triggers a segfault on Windows.",
)
@pytest.mark.skipif(
subprocess.check_output(ncconfig + ["--has-nczarr"]) != b"yes\n",
reason="NCZarr is not available.",
Expand Down

0 comments on commit 1d28299

Please sign in to comment.