| Index: tools/perf/measurements/blink_style_unittest.py
|
| diff --git a/tools/perf/measurements/blink_style_unittest.py b/tools/perf/measurements/blink_style_unittest.py
|
| index 6b711f96c16b1cc7f042b4eab0b3e24e22b67791..f88074dd0615dd23e98853a74f53909d3d1d7b7e 100644
|
| --- a/tools/perf/measurements/blink_style_unittest.py
|
| +++ b/tools/perf/measurements/blink_style_unittest.py
|
| @@ -4,6 +4,7 @@
|
|
|
| from measurements import blink_style
|
|
|
| +from telemetry import decorators
|
| from telemetry.unittest_util import options_for_unittests
|
| from telemetry.unittest_util import page_test_test_case
|
|
|
| @@ -19,6 +20,7 @@ class BlinkStyleTest(page_test_test_case.PageTestTestCase):
|
| def setUp(self):
|
| self._options = options_for_unittests.GetCopy()
|
|
|
| + @decorators.Disabled('chromeos') # crbug.com/483212
|
| def testForParsing(self):
|
| ps = self.CreatePageSetFromFileInUnittestDataDir('blink_style.html')
|
| measurement = blink_style.BlinkStyle()
|
|
|