Commit f46becbf authored by ryansturm's avatar ryansturm Committed by Commit Bot

Disabling if-heavy lofi integration test for M61+

This behavior is no longer supported.

BUG=731922

Review-Url: https://codereview.chromium.org/2934663002
Cr-Commit-Position: refs/heads/master@{#478804}
parent 6a2c67b9
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
import common import common
from common import TestDriver from common import TestDriver
from common import IntegrationTest from common import IntegrationTest
from decorators import ChromeVersionBeforeM
class LoFi(IntegrationTest): class LoFi(IntegrationTest):
...@@ -68,6 +69,8 @@ class LoFi(IntegrationTest): ...@@ -68,6 +69,8 @@ class LoFi(IntegrationTest):
# Checks that LoFi images are not served, but the if-heavy CPAT header is # Checks that LoFi images are not served, but the if-heavy CPAT header is
# added when LoFi slow connections are used and the network quality estimator # added when LoFi slow connections are used and the network quality estimator
# returns 4G. # returns 4G.
# If-heavy stopped being added in M61.
@ChromeVersionBeforeM(61)
def testLoFiIfHeavyFastConnection(self): def testLoFiIfHeavyFastConnection(self):
with TestDriver() as test_driver: with TestDriver() as test_driver:
test_driver.AddChromeArg('--enable-spdy-proxy-auth') test_driver.AddChromeArg('--enable-spdy-proxy-auth')
......
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