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

Unified Diff: tools/perf/measurements/blink_style_unittest.py

Issue 1123843002: Disable failing perf unit tests on chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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 | tools/perf/measurements/repaint_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « no previous file | tools/perf/measurements/repaint_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698