Skip to content

Commit

Permalink
test_gdal2xyz.py: skip on sanitize CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 27, 2024
1 parent 9bdb598 commit 39d5a57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions autotest/pyscripts/test_gdal2xyz.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

import os

import gdaltest
import pytest
import test_py_scripts

Expand Down Expand Up @@ -64,6 +65,9 @@ def script_path():

def test_gdal2xyz_help(script_path):

if gdaltest.is_travis_branch("sanitize"):
pytest.skip("fails on sanitize for unknown reason")

assert "ERROR" not in test_py_scripts.run_py_script(
script_path, "gdal2xyz", "--help"
)
Expand Down

0 comments on commit 39d5a57

Please sign in to comment.