| Index: tools/perf/core/benchmark_finders_unittest.py
|
| diff --git a/tools/perf/core/benchmark_finders_unittest.py b/tools/perf/core/benchmark_finders_unittest.py
|
| index 3043d7fcbcc898608401904192382d9ccb3717eb..1018592c8c88bf75ed862e5d855bd3b703db6e7c 100644
|
| --- a/tools/perf/core/benchmark_finders_unittest.py
|
| +++ b/tools/perf/core/benchmark_finders_unittest.py
|
| @@ -5,6 +5,7 @@ import os
|
| import unittest
|
|
|
| from core import benchmark_finders
|
| +from telemetry import decorators
|
|
|
|
|
| class TestGetBenchmarkNamesForFile(unittest.TestCase):
|
| @@ -23,6 +24,7 @@ class TestGetBenchmarkNamesForFile(unittest.TestCase):
|
| ['test_benchmark_1', 'test_benchmark_2', 'test_benchmark_subclass_1',
|
| 'test_benchmark_subclass_2'])
|
|
|
| + @decorators.Disabled('chromeos') # http://crbug.com/637938
|
| def testListSimpleBenchmarksDefinedInOneFileComplex(self):
|
| self.assertEquals(
|
| benchmark_finders.GetBenchmarkNamesForFile(
|
|
|