| Index: tools/perf/core/about_tracing_integration_test.py
|
| diff --git a/tools/perf/core/about_tracing_integration_test.py b/tools/perf/core/about_tracing_integration_test.py
|
| index cd24aacc5838b989978758f7118654b11134da0c..fdd29719fc78c6c48634cfb81481876a48c35e19 100644
|
| --- a/tools/perf/core/about_tracing_integration_test.py
|
| +++ b/tools/perf/core/about_tracing_integration_test.py
|
| @@ -8,7 +8,8 @@ from telemetry.testing import tab_test_case
|
| class AboutTracingIntegrationTest(tab_test_case.TabTestCase):
|
|
|
| @decorators.Disabled('android',
|
| - 'win') # https://crbug.com/632871
|
| + 'win', # https://crbug.com/632871
|
| + 'chromeos') # https://crbug.com/654044
|
| def testBasicTraceRecording(self):
|
| action_runner = self._tab.action_runner
|
| action_runner.Navigate('chrome://tracing')
|
|
|