Commit 8a4ae270 authored by megjablon's avatar megjablon Committed by Commit bot

Use an uncacheable page for the Lo-Fi integration test

BUG=644983

Review-Url: https://codereview.chromium.org/2325843002
Cr-Commit-Position: refs/heads/master@{#417448}
parent a824a41b
......@@ -10,6 +10,8 @@ class LoFiPage(page_module.Page):
"""
A test page for the chrome proxy Lo-Fi tests.
Checks that the compressed image is below a certain threshold.
The test page is uncacheable otherwise a cached page may be served that
doesn't have the correct via headers.
"""
def __init__(self, url, page_set):
......@@ -23,7 +25,7 @@ class LoFiStorySet(story.StorySet):
super(LoFiStorySet, self).__init__()
urls_list = [
'http://check.googlezip.net/cacheable/test.html',
'http://check.googlezip.net/static/index.html',
]
for url in urls_list:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment