Skip to content

Commit

Permalink
osr_basic.py: skip 2 tests on ASAN CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Sep 9, 2024
1 parent 5997104 commit 6f419a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions autotest/osr/osr_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1839,6 +1839,9 @@ def threaded_function(arg):
###############################################################################


@pytest.mark.skipif(
gdaltest.is_travis_branch("sanitize"), reason="fails on sanitize for unknown reason"
)
def test_Set_PROJ_DATA_config_option_sub_proccess_config_option_ok():

backup_search_paths = osr.GetPROJSearchPaths()
Expand All @@ -1857,6 +1860,9 @@ def test_Set_PROJ_DATA_config_option_sub_proccess_config_option_ok():
###############################################################################


@pytest.mark.skipif(
gdaltest.is_travis_branch("sanitize"), reason="fails on sanitize for unknown reason"
)
def test_Set_PROJ_DATA_config_option_sub_proccess_config_option_ko():

backup_search_paths = osr.GetPROJSearchPaths()
Expand Down

0 comments on commit 6f419a8

Please sign in to comment.