Skip to content

Commit

Permalink
CI: skip test_gdal_polygonize_help on sanitize CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 28, 2024
1 parent 67aeaf7 commit f5626d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions autotest/pyscripts/test_gdal_polygonize.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

import os

import gdaltest
import ogrtest
import pytest
import test_py_scripts
Expand All @@ -54,6 +55,9 @@ def script_path():

def test_gdal_polygonize_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, "gdal_polygonize", "--help"
)
Expand Down

0 comments on commit f5626d8

Please sign in to comment.