Skip to content

Commit 74af6e3

Browse files
committed
decorating a few more functions
1 parent 37954c3 commit 74af6e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/test_groundlight.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,7 @@ def test_update_inspection_metadata_invalid_inspection_id(gl: Groundlight):
793793

794794

795795
@pytest.mark.skip_for_edge_endpoint(reason="The edge-endpoint doesn't support inspection_id")
796+
@retry_on_failure()
796797
def test_stop_inspection_pass(gl: Groundlight, detector: Detector):
797798
"""Starts an inspection, submits a query with the inspection ID that should pass, stops
798799
the inspection, checks the result.
@@ -842,6 +843,7 @@ def test_update_detector_confidence_threshold_failure(gl: Groundlight, detector:
842843

843844

844845
@pytest.mark.skip_for_edge_endpoint(reason="The edge-endpoint does not support passing detector metadata.")
846+
@retry_on_failure()
845847
def test_submit_image_query_with_inspection_id_metadata_and_want_async(gl: Groundlight, detector: Detector, image: str):
846848
inspection_id = gl.start_inspection()
847849
metadata = {"key": "value"}

0 commit comments

Comments
 (0)