We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d759ee0 commit c6d8094Copy full SHA for c6d8094
1 file changed
vision/snippets/detect/detect_test.py
@@ -17,6 +17,7 @@
17
18
import backoff
19
from google.cloud import storage
20
+import pytest
21
22
import detect
23
@@ -242,6 +243,7 @@ def test_detect_crop_hints_uri(capsys):
242
243
assert 'bounds: ' in out
244
245
246
+@pytest.mark.flaky(max_runs=3, min_passes=1)
247
def test_async_detect_document(capsys):
248
storage_client = storage.Client()
249
bucket = storage_client.get_bucket(BUCKET)
0 commit comments