Commit 56e68977 authored by Yi Gu's avatar Yi Gu Committed by Commit Bot

Disable flaky test testSymbolizedMinidump on Android

Per #2 from the linked bug, this could also be related to crbug.com/1138060.

TBR=bsheedy@chromium.org
Bug: 1149237

Change-Id: I753dfe6f364f93d9dd01314357cbb6ee8c67924d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2557906Reviewed-by: default avatarYi Gu <yigu@chromium.org>
Commit-Queue: Yi Gu <yigu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#830585}
parent b32d781a
...@@ -48,6 +48,7 @@ class BrowserMinidumpTest(tab_test_case.TabTestCase): ...@@ -48,6 +48,7 @@ class BrowserMinidumpTest(tab_test_case.TabTestCase):
# still read-only, so skip the test in that case. # still read-only, so skip the test in that case.
@decorators.Disabled( @decorators.Disabled(
'chromeos-local', 'chromeos-local',
'android', # https://crbug.com/1149237
'win7' # https://crbug.com/1084931 'win7' # https://crbug.com/1084931
) )
def testSymbolizeMinidump(self): def testSymbolizeMinidump(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment