Commit 487f8173 authored by nednguyen's avatar nednguyen Committed by Commit bot

Enable testBlinkPerfTracingMetricsForMeasureTime on Win platform

The fix for handling case thread_time equals None was landed.
BUG=715822
TBR=wangxianzhu@chromium.org

Review-Url: https://codereview.chromium.org/2849553002
Cr-Commit-Position: refs/heads/master@{#467696}
parent 44d3a319
...@@ -39,7 +39,6 @@ class BlinkPerfTest(page_test_test_case.PageTestTestCase): ...@@ -39,7 +39,6 @@ class BlinkPerfTest(page_test_test_case.PageTestTestCase):
story_set.AddStory(page) story_set.AddStory(page)
return story_set return story_set
@decorators.Disabled('win') # crbug.com/715822
def testBlinkPerfTracingMetricsForMeasureTime(self): def testBlinkPerfTracingMetricsForMeasureTime(self):
results = self.RunMeasurement(measurement=self._measurement, results = self.RunMeasurement(measurement=self._measurement,
ps=self._CreateStorySetForTestFile('append-child-measure-time.html'), ps=self._CreateStorySetForTestFile('append-child-measure-time.html'),
......
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