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

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

Issue 2914883003: Integration tests for data saver holdback (Closed)
Patch Set: ps Created 3 years, 7 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 | « tools/chrome_proxy/webdriver/smoke.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/chrome_proxy/webdriver/variations_combinations.py
diff --git a/tools/chrome_proxy/webdriver/variations_combinations.py b/tools/chrome_proxy/webdriver/variations_combinations.py
index 8371505966d2a10a5abdfb548c944562c05f6fd7..20c565ac2f8105fcc19ced10438589e0161c6a14 100644
--- a/tools/chrome_proxy/webdriver/variations_combinations.py
+++ b/tools/chrome_proxy/webdriver/variations_combinations.py
@@ -17,11 +17,12 @@ import fieldtrial_util
test_blacklist = [
# These tests set their own field trials and should be ignored.
+ 'lite_page.LitePage.testLitePageFallback',
'lofi.LoFi.testLoFiSlowConnection',
'lofi.LoFi.testLoFiIfHeavyFastConnection',
'quic.Quic.testCheckPageWithQuicProxy',
'quic.Quic.testCheckPageWithQuicProxyTransaction',
- 'lite_page.LitePage.testLitePageFallback',
+ 'smoke.Smoke.testCheckPageWithHoldback',
]
def GetExperimentArgs():
« no previous file with comments | « tools/chrome_proxy/webdriver/smoke.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698