Skip to content

Commit

Permalink
vision: remove redundant flaky web test (#3090)
Browse files Browse the repository at this point in the history
Fix: #2880
  • Loading branch information
nnegrey authored Mar 12, 2020
1 parent 7182374 commit 6084cd1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions vision/cloud-client/web/web_detect_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,3 @@ def test_detect_web_gsuri(capsys):
web_detect.report(web_detect.annotate(file_name))
out, _ = capsys.readouterr()
assert 'description:' in out.lower()


def test_detect_web_http(capsys):
web_detect.report(web_detect.annotate(
'https://cloud.google.com/images/products/vision/extract-text.png'))
out, _ = capsys.readouterr()
assert 'web entities' in out.lower()

0 comments on commit 6084cd1

Please sign in to comment.