Skip to content

Commit 6084cd1

Browse files
authored
vision: remove redundant flaky web test (#3090)
Fix: #2880
1 parent 7182374 commit 6084cd1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

vision/cloud-client/web/web_detect_test.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,3 @@ def test_detect_web_gsuri(capsys):
3030
web_detect.report(web_detect.annotate(file_name))
3131
out, _ = capsys.readouterr()
3232
assert 'description:' in out.lower()
33-
34-
35-
def test_detect_web_http(capsys):
36-
web_detect.report(web_detect.annotate(
37-
'https://cloud.google.com/images/products/vision/extract-text.png'))
38-
out, _ = capsys.readouterr()
39-
assert 'web entities' in out.lower()

0 commit comments

Comments
 (0)