Commit 851b9016 authored by nednguyen's avatar nednguyen Committed by Commit Bot

Disable browse:social:twitter_infinite_scroll on Windows

TBR=perezju@chromium.org, ulan@chromium.org
BUG=728464

Review-Url: https://codereview.chromium.org/2919753002
Cr-Commit-Position: refs/heads/master@{#476244}
parent a031ee0c
...@@ -911,6 +911,7 @@ class TumblrStory(_InfiniteScrollStory): ...@@ -911,6 +911,7 @@ class TumblrStory(_InfiniteScrollStory):
TAGS = [story_tags.INFINITE_SCROLL] TAGS = [story_tags.INFINITE_SCROLL]
@decorators.Disabled('win') # crbug.com/728464
class TwitterScrollDesktopStory(_InfiniteScrollStory): class TwitterScrollDesktopStory(_InfiniteScrollStory):
NAME = 'browse:social:twitter_infinite_scroll' NAME = 'browse:social:twitter_infinite_scroll'
URL = 'https://twitter.com/taylorswift13' URL = 'https://twitter.com/taylorswift13'
......
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