Skip to content

Commit b361641

Browse files
authored
Skip submit_image_query_with_id test on edge (#275)
The edge endpoint doesn't support passing an image query ID, so we should skip that test when testing the edge endpoint.
1 parent bd9002e commit b361641

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)