Skip to content

Commit b232e3d

Browse files
committed
Adding retry to test_detect_web_images_from_gcs() system test.
Flaky in: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/1694
1 parent 6873fcf commit b232e3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vision/tests/system.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ def test_detect_web_images_from_content(self):
720720
web_images = image.detect_web(limit=limit)
721721
self._assert_web_images(web_images, limit)
722722

723+
@RetryErrors(unittest.TestCase.failureException)
723724
def test_detect_web_images_from_gcs(self):
724725
client = Config.CLIENT
725726
bucket_name = Config.TEST_BUCKET.name

0 commit comments

Comments
 (0)