Skip to content

Commit

Permalink
xfail raster test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoup committed Apr 23, 2023
1 parent eb2ac87 commit 639d385
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions tests/raster/test_workingcopy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import shutil
import platform

import pytest

from .fixtures import requires_gdal_info # noqa
Expand Down Expand Up @@ -108,6 +110,9 @@ def test_working_copy_edit(
)


@pytest.mark.xfail(
platform.system() == "Windows", reason="TODO on Windows", strict=True
)
@pytest.mark.parametrize(
"pam_filename",
[
Expand Down
2 changes: 1 addition & 1 deletion vcpkg-vendor/vcpkg

0 comments on commit 639d385

Please sign in to comment.