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

Unified Diff: tools/perf/core/minidump_unittest.py

Issue 2208653003: Disable testMultipleCrashMinidumps on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/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()
« 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