Skip to content

Commit

Permalink
autotest: ogr_elasticsearch.py: skip test failing on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston committed Oct 28, 2023
1 parent 631050e commit bc566c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autotest/ogr/ogr_elasticsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
###############################################################################

import json
import sys
import time

import gdaltest
Expand Down Expand Up @@ -2827,6 +2828,7 @@ def test_ogr_elasticsearch_geo_shape_wkt(
# Test _TIMEOUT / _TERMINATE_AFTER


@pytest.mark.skipif(sys.platform == "win32", reason="Test fails on Windows")
def test_ogr_elasticsearch_timeout_terminate_after(es_url, handle_get, handle_post):

handle_get("/fakeelasticsearch", """{"version":{"number":"7.0.0"}}""")
Expand Down

0 comments on commit bc566c5

Please sign in to comment.