Skip to content

Commit 7278c5b

Browse files
committed
line string intersects
1 parent 819eb3e commit 7278c5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stac_fastapi/elasticsearch/tests/api/test_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ def test_datetime_non_interval(load_test_data, app_client, es_transactions):
319319
)
320320

321321

322-
# @pytest.mark.skip(reason="unknown")
323322
def test_bbox_3d(load_test_data, app_client, es_transactions):
324323
item = load_test_data("test_item.json")
325324
es_transactions.create_item(item, request=MockStarletteRequest)
@@ -339,10 +338,10 @@ def test_bbox_3d(load_test_data, app_client, es_transactions):
339338
)
340339

341340

342-
@pytest.mark.skip(reason="unknown")
343341
def test_search_line_string_intersects(load_test_data, app_client, es_transactions):
344342
item = load_test_data("test_item.json")
345343
es_transactions.create_item(item, request=MockStarletteRequest)
344+
time.sleep(1)
346345

347346
line = [[150.04, -33.14], [150.22, -33.89]]
348347
intersects = {"type": "LineString", "coordinates": line}

0 commit comments

Comments
 (0)