| Index: tools/perf/metrics/speedindex_unittest.py
|
| diff --git a/tools/perf/metrics/speedindex_unittest.py b/tools/perf/metrics/speedindex_unittest.py
|
| index 78aaf0308e7b0ec27db6fb353881fb5acf32cde6..6ffca4934e5c9f9b22c433dc402d823bff65ae17 100644
|
| --- a/tools/perf/metrics/speedindex_unittest.py
|
| +++ b/tools/perf/metrics/speedindex_unittest.py
|
| @@ -10,6 +10,7 @@ import os
|
| import unittest
|
|
|
| from telemetry.core.timeline import model
|
| +from telemetry.unittest import DisabledTestOnCrOS
|
| from metrics import speedindex
|
|
|
| # Sample timeline data in the json format provided by devtools.
|
| @@ -92,6 +93,7 @@ class SpeedIndexImplTest(unittest.TestCase):
|
| self.assertEquals(time_area_dict[400], 200000)
|
| self.assertEquals(time_area_dict[800], 200000)
|
|
|
| + @DisabledTestOnCrOS
|
| def testVideoCompleteness(self):
|
| frames = [
|
| (0.0, FakeBitmap([100, 0, 0])),
|
|
|