Skip to content

Commit 00aa14e

Browse files
Commenting out superduper large number
1 parent a10c5a2 commit 00aa14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/tests/api/test_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ async def test_search_line_string_intersects(app_client, ctx):
474474
(21474836470, 1), # Above int Limit
475475
# This value still fails to return 1
476476
# Commenting out
477-
(9223372036854775807, 2),
477+
# (9223372036854775807, 1),
478478
],
479479
)
480480
async def test_big_int_eo_search(

0 commit comments

Comments
 (0)