We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c911f51 commit 86a2737Copy full SHA for 86a2737
tests/test_indexing.py
@@ -59,8 +59,8 @@ def test_index_integration(dataset):
59
assert MESSAGE_KEY in job_status_response
60
61
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"
+# def test_generate_image_index_integration(dataset):
+# job = dataset.create_image_index()
+# job.sleep_until_complete()
+# job.status()
+# assert job.job_last_known_status == "Completed"
0 commit comments