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 29, 2024
1 parent f208874 commit 4fd3ccb
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
@@ -31,6 +31,7 @@

import os

import gdaltest
import ogrtest
import pytest
import test_py_scripts
@@ -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"
)

0 comments on commit 4fd3ccb

Please sign in to comment.