Skip to content

Commit 819eb3e

Browse files
committed
test bbox3d
1 parent f15493d commit 819eb3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stac_fastapi/elasticsearch/tests/api/test_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ def test_search_point_intersects(load_test_data, app_client, es_transactions):
292292
)
293293

294294

295-
# @pytest.mark.skip(reason="unknown")
296295
def test_datetime_non_interval(load_test_data, app_client, es_transactions):
297296
item = load_test_data("test_item.json")
298297
es_transactions.create_item(item, request=MockStarletteRequest)
@@ -320,10 +319,11 @@ def test_datetime_non_interval(load_test_data, app_client, es_transactions):
320319
)
321320

322321

323-
@pytest.mark.skip(reason="unknown")
322+
# @pytest.mark.skip(reason="unknown")
324323
def test_bbox_3d(load_test_data, app_client, es_transactions):
325324
item = load_test_data("test_item.json")
326325
es_transactions.create_item(item, request=MockStarletteRequest)
326+
time.sleep(1)
327327

328328
australia_bbox = [106.343365, -47.199523, 0.1, 168.218365, -19.437288, 0.1]
329329
params = {

0 commit comments

Comments
 (0)