Commit 00e628e0 authored by Richard Bustamante's avatar Richard Bustamante Committed by Commit Bot

Update testLitePageBTFWithoutFallback to use "alt6" experiment

The test testLitePageBTFWithoutFallback is failing due passing in the "alt1" experiment which is the basic team food experiment and will return a stale preview.

The test is expecting a lite page, the experiment needs to be changed to alt6 which will force lite page.

Bug: 822863
Change-Id: I657ab3d08c6d40c224ca190434eb37bdf1a102d0
Reviewed-on: https://chromium-review.googlesource.com/967147Reviewed-by: default avatarRyan Sturm <ryansturm@chromium.org>
Commit-Queue: Richard Bustamante <bustamante@google.com>
Cr-Commit-Position: refs/heads/master@{#543805}
parent 2bdbab82
...@@ -209,8 +209,8 @@ class LitePage(IntegrationTest): ...@@ -209,8 +209,8 @@ class LitePage(IntegrationTest):
test_driver.AddChromeArg('--force-effective-connection-type=2G') test_driver.AddChromeArg('--force-effective-connection-type=2G')
# Need to force lite page so target page doesn't fallback to Lo-Fi # Need to force lite page so target page doesn't fallback to Lo-Fi
# Set exp=alt1 to force Lite-page response. # Set exp=alt6 to force Lite-page response.
test_driver.AddChromeArg('--data-reduction-proxy-experiment=alt1') test_driver.AddChromeArg('--data-reduction-proxy-experiment=alt6')
# This page is long and has many media resources. # This page is long and has many media resources.
test_driver.LoadURL('http://check.googlezip.net/metrics/index.html') test_driver.LoadURL('http://check.googlezip.net/metrics/index.html')
......
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