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

Unified Diff: tools/perf/metrics/speedindex_unittest.py

Issue 138963007: Disable SpeedIndexImplTest.testVideoCompleteness on cros. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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])),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698