Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: tools/chrome_proxy/webdriver/lofi.py

Issue 2934663002: Disabling if-heavy lofi integration test for M61+ (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/chrome_proxy/webdriver/lofi.py
diff --git a/tools/chrome_proxy/webdriver/lofi.py b/tools/chrome_proxy/webdriver/lofi.py
index 08a5cff9b94c034c3f0e4207690555a467a34df4..88cd1d8e91583593b7e44f5574aecd28f4bef1fa 100644
--- a/tools/chrome_proxy/webdriver/lofi.py
+++ b/tools/chrome_proxy/webdriver/lofi.py
@@ -5,6 +5,7 @@
import common
from common import TestDriver
from common import IntegrationTest
+from decorators import ChromeVersionBeforeM
class LoFi(IntegrationTest):
@@ -68,6 +69,8 @@ class LoFi(IntegrationTest):
# 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
# returns 4G.
+ # If-heavy stopped being added in M61.
+ @ChromeVersionBeforeM(61)
def testLoFiIfHeavyFastConnection(self):
with TestDriver() as test_driver:
test_driver.AddChromeArg('--enable-spdy-proxy-auth')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698