Commit 12d023aa authored by tonyg@chromium.org's avatar tonyg@chromium.org

[Telemetry] Disable testRasterizeAndRecordMicro on win.

It is failing on the trybots (but not on the main waterfall for some reason).

File "E:\b\build\slave\win\build\src\tools\perf\measurements\rasterize_and_record_micro_unittest.py", line 47, in testRasterizeAndRecordMicro
self.assertGreater(record_time[0].GetRepresentativeNumber(), 0)
AssertionError: 0 not greater than 0

NOTRY=True
TBR=skyostil@chromium.org
NOTREECHECKS=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266365 0039d316-1c4b-4281-b951-d872f2087c98
parent b05e307f
......@@ -5,6 +5,7 @@
import logging
from measurements import rasterize_and_record_micro
from telemetry import test
from telemetry.core import wpr_modes
from telemetry.page import page_measurement_unittest_base
from telemetry.page import page_test
......@@ -28,6 +29,7 @@ class RasterizeAndRecordMicroUnitTest(
self._options.start_wait_time = 0.0
self._options.report_detailed_results = True
@test.Disabled('win')
def testRasterizeAndRecordMicro(self):
ps = self.CreatePageSetFromFileInUnittestDataDir('blank.html')
measurement = rasterize_and_record_micro.RasterizeAndRecordMicro()
......
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