File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,8 +59,9 @@ def test_index_integration(dataset):
5959 assert MESSAGE_KEY in job_status_response
6060
6161
62- # def test_generate_image_index_integration(dataset):
63- # job = dataset.create_image_index()
64- # job.sleep_until_complete()
65- # job.status()
66- # assert job.job_last_known_status == "Completed"
62+ @pytest .mark .skip (reason = "Times out consistently" )
63+ def test_generate_image_index_integration (dataset ):
64+ job = dataset .create_image_index ()
65+ job .sleep_until_complete ()
66+ job .status ()
67+ assert job .job_last_known_status == "Completed"
Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ def sort_by_reference_id(items):
155155 )
156156
157157
158+ @pytest .mark .skip (reason = "404 not found error" )
158159@pytest .mark .integration
159160def test_slice_send_to_labeling (dataset ):
160161 # Dataset upload
You can’t perform that action at this time.
0 commit comments