Commit 977f98b4 authored by Florent Castelli's avatar Florent Castelli Committed by Commit Bot

Telemetry: disable testSmoothness on mac

TBR=nednguyen@google.com

Bug: 895238
Change-Id: Ice423436c23c47a4334edf0928afe143c211286c
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/1280242Reviewed-by: default avatarFlorent Castelli <orphis@chromium.org>
Commit-Queue: Florent Castelli <orphis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#599588}
parent 336ee21f
......@@ -58,8 +58,8 @@ class SmoothnessUnitTest(page_test_test_case.PageTestTestCase):
self._options = options_for_unittests.GetCopy()
self._options.browser_options.wpr_mode = wpr_modes.WPR_OFF
# crbug.com/483212, crbug.com/713260, and crbug.com/894622
@decorators.Disabled('chromeos', 'linux', 'win')
# crbug.com/483212, crbug.com/713260, crbug.com/894622, crbug.com/895238
@decorators.Disabled('chromeos', 'linux', 'mac', 'win')
def testSmoothness(self):
ps = self.CreateStorySetFromFileInUnittestDataDir('scrollable_page.html')
measurement = smoothness.Smoothness()
......
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