Commit 20b0d38e authored by sunyunjia's avatar sunyunjia Committed by Commit bot

Re-enable hackernews telemetry test on linux.

Previously, we disabled the hackernews telemetry test as we tried to set the
default value of touch-events flag to enabled. Now we've changed the strategy
and reset the default value to auto. And recently, we also passed the test with
the flag set to be enabled. So the hackernews telemetry test no longer needs to
be disabled.

BUG=665007

Review-Url: https://codereview.chromium.org/2627163003
Cr-Commit-Position: refs/heads/master@{#443227}
parent 9fb7181f
...@@ -138,8 +138,8 @@ class FlipboardDesktopStory(_NewsBrowsingStory): ...@@ -138,8 +138,8 @@ class FlipboardDesktopStory(_NewsBrowsingStory):
SUPPORTED_PLATFORMS = platforms.DESKTOP_ONLY SUPPORTED_PLATFORMS = platforms.DESKTOP_ONLY
# crbug.com/657665 for win and mac, crbug.com/665007 for linux # crbug.com/657665 for win and mac
@decorators.Disabled('win', 'linux', 'yosemite', 'elcapitan') @decorators.Disabled('win', 'yosemite', 'elcapitan')
class HackerNewsStory(_NewsBrowsingStory): class HackerNewsStory(_NewsBrowsingStory):
NAME = 'browse:news:hackernews' NAME = 'browse:news:hackernews'
URL = 'https://news.ycombinator.com' URL = 'https://news.ycombinator.com'
......
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