Commit e810c778 authored by Joshua Pawlicki's avatar Joshua Pawlicki Committed by Commit Bot

Disable flaky minidump tests.

TBR=bsheedy@chromium.org

Bug: 1014754
Change-Id: I4692c3e3a306b0576ac91291624b72be141fff68
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900193Reviewed-by: default avatarJoshua Pawlicki <waffles@chromium.org>
Commit-Queue: Joshua Pawlicki <waffles@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712787}
parent 3d91603d
......@@ -20,7 +20,8 @@ class BrowserMinidumpTest(tab_test_case.TabTestCase):
# Android is currently hard coded to return None for minidump paths.
# Minidump symbolization doesn't work in ChromeOS local mode if the rootfs is
# still read-only, so skip the test in that case.
@decorators.Disabled('android', 'chromeos-local')
# Flakes on chromeos: crbug.com/1014754
@decorators.Disabled('android', 'chromeos', 'chromeos-local')
def testSymbolizeMinidump(self):
# Wait for the browser to restart fully before crashing
self._LoadPageThenWait('var sam = "car";', 'sam')
......@@ -101,7 +102,8 @@ class BrowserMinidumpTest(tab_test_case.TabTestCase):
@decorators.Isolated
# Minidump symbolization doesn't work in ChromeOS local mode if the rootfs is
# still read-only, so skip the test in that case.
@decorators.Disabled('android', 'chromeos-local')
# Flakes on chromeos: crbug.com/1014754
@decorators.Disabled('android', 'chromeos', 'chromeos-local')
def testMultipleCrashMinidumps(self):
# Wait for the browser to restart fully before crashing
self._LoadPageThenWait('var cat = "dog";', 'cat')
......
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