| 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 c62b71ad346e3d91d78ac3b338e42a6a3d2de201..a39993ee1a545aaea4f07afc3cb4a7d4e48760ce 100644
|
| --- a/tools/perf/core/about_tracing_integration_test.py
|
| +++ b/tools/perf/core/about_tracing_integration_test.py
|
| @@ -8,6 +8,7 @@ from telemetry.testing import tab_test_case
|
| class AboutTracingIntegrationTest(tab_test_case.TabTestCase):
|
|
|
| @decorators.Disabled('android',
|
| + 'mac', # Flaky, see crbug.com/632238.
|
| 'win') # crbug.com/630030
|
| def testBasicTraceRecording(self):
|
| action_runner = self._tab.action_runner
|
|
|