Commit 91595b4b authored by skyostil@chromium.org's avatar skyostil@chromium.org

Disable rasterize_and_record_micro.top_25 on Windows

Disable rasterize_and_record_micro.top_25 on Windows because of crashes
to make the performance bots green while investigation continues.

BUG=360666

Review URL: https://codereview.chromium.org/231393003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262979 0039d316-1c4b-4281-b951-d872f2087c98
parent 890146b1
......@@ -9,8 +9,9 @@ from telemetry import test
# RasterizeAndRecord disabled on mac because Chrome DCHECKS.
# TODO: Re-enable when unittests are happy: crbug.com/350684.
# TODO(skyostil): Re-enable on windows (crbug.com/360666).
@test.Disabled('android', 'linux', 'mac')
@test.Disabled
class RasterizeAndRecordMicroTop25(test.Test):
"""Measures rasterize and record performance on the top 25 web pages.
......
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