Chromium Code Reviews| Index: tools/perf/core/minidump_unittest.py |
| diff --git a/tools/perf/core/minidump_unittest.py b/tools/perf/core/minidump_unittest.py |
| index bc3dfe09ec7a3603a1d6ad986edb50694e5aefa0..32473911b07e02c98221461ad4d702079cf2dcb3 100644 |
| --- a/tools/perf/core/minidump_unittest.py |
| +++ b/tools/perf/core/minidump_unittest.py |
| @@ -38,6 +38,7 @@ class BrowserMinidumpTest(tab_test_case.TabTestCase): |
| @decorators.Isolated |
| @decorators.Enabled('mac') |
| + @decorators.Disabled('mac') # crbug.com/634156 |
|
aboxhall
2016/08/03 22:19:36
Any issue with having both this and Enabled, above
|
| def testMultipleCrashMinidumps(self): |
| self._browser.tabs.New().Navigate('chrome://gpucrash', timeout=5) |
| first_crash_path = self._browser.GetMostRecentMinidumpPath() |