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

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

Issue 1936293002: Disable tmz.com page in tough_ad_cases (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Just disable tmz.com. Created 4 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 | « 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 e561715087681bf369812944101077378fe83d85..2d73f3ca905cdd2a1544e3ad4cb9d2dbf6bb72d5 100644
--- a/tools/perf/page_sets/tough_ad_cases.py
+++ b/tools/perf/page_sets/tough_ad_cases.py
@@ -215,9 +215,10 @@ class ToughAdCasesPageSet(story.StorySet):
# bidirectional_scroll=bidirectional_scroll))
self.AddStory(AdPage('http://www.theguardian.com/uk', self, scroll=scroll,
bidirectional_scroll=bidirectional_scroll))
- self.AddStory(AdPage('http://m.tmz.com', self, scroll=scroll,
- y_scroll_distance_multiplier=0.25,
- bidirectional_scroll=bidirectional_scroll))
+ # Disabled: http://crbug.com/597656
+ # self.AddStory(AdPage('http://m.tmz.com', self, scroll=scroll,
+ # y_scroll_distance_multiplier=0.25,
+ # bidirectional_scroll=bidirectional_scroll))
self.AddStory(AdPage('http://androidpolice.com', self, scroll=scroll,
bidirectional_scroll=bidirectional_scroll,
wait_for_interactive_or_better=True))
« 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