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

Unified Diff: tools/perf/page_sets/tough_ad_cases.py

Issue 2057623002: Disable latimes.com from power.tough_ad_cases. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable just latimes.com Created 4 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/perf/page_sets/tough_ad_cases.py
diff --git a/tools/perf/page_sets/tough_ad_cases.py b/tools/perf/page_sets/tough_ad_cases.py
index f076f6a4f5f2ef6fd9accbba9e543f5b248d6d20..2f82ac795afa5fecefa48c44ccf933e9418961a9 100644
--- a/tools/perf/page_sets/tough_ad_cases.py
+++ b/tools/perf/page_sets/tough_ad_cases.py
@@ -179,8 +179,9 @@ class ToughAdCasesPageSet(story.StorySet):
self.AddStory(AdPage('file://tough_ad_cases/'
'swiffy_webgl_collection.html',
self, make_javascript_deterministic=False, scroll=scroll))
- self.AddStory(AdPage('http://www.latimes.com', self, scroll=scroll,
- wait_for_interactive_or_better=True))
+ # crbug.com/618708
+ # self.AddStory(AdPage('http://www.latimes.com', self, scroll=scroll,
+ # wait_for_interactive_or_better=True))
self.AddStory(ForbesAdPage('http://www.forbes.com/sites/parmyolson/'
'2015/07/29/jana-mobile-data-facebook-internet-org/',
self, scroll=scroll))
« 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