Skip to content

Commit 529c6a4

Browse files
committed
skip submit_image_query_with_id test on edge
1 parent bd9002e commit 529c6a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/test_groundlight.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ def test_submit_image_query_png(gl: Groundlight, detector: Detector):
320320
assert is_valid_display_result(_image_query.result)
321321

322322

323+
@pytest.mark.skip_for_edge_endpoint(reason="The edge-endpoint does not support passing an image query ID.")
323324
def test_submit_image_query_with_id(gl: Groundlight, detector: Detector):
324325
# submit_image_query
325326
id = f"iq_{KsuidMs()}"

0 commit comments

Comments
 (0)