Skip to content

Commit

Permalink
ogr_csv.py: avoid random failure on ASAN CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Sep 2, 2024
1 parent 34eaa10 commit 74020e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autotest/ogr/ogr_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,9 @@ def test_ogr_csv_17():

def test_ogr_csv_write_to_stdout():

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

python_exe = sys.executable
if sys.platform == "win32":
python_exe = python_exe.replace("\\", "/")
Expand Down

0 comments on commit 74020e1

Please sign in to comment.