Commit 6ae1f421 authored by Brian Sheedy's avatar Brian Sheedy Committed by Commit Bot

Disable minidump tests on Linux

Disables the Telemetry minidump symbolization tests on Linux, as they
are currently flaking pretty badly.

TBR=johnchen@chromium.org

Bug: 1108432
Change-Id: I3fab14b82de7440eff534169cf028d324d6f37c7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333667Reviewed-by: default avatarBrian Sheedy <bsheedy@chromium.org>
Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#794208}
parent f7c9df85
...@@ -35,6 +35,7 @@ class BrowserMinidumpTest(tab_test_case.TabTestCase): ...@@ -35,6 +35,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',
'linux', # https://crbug.com/1108432
'win' # https://crbug.com/1084931 'win' # https://crbug.com/1084931
) )
def testSymbolizeMinidump(self): def testSymbolizeMinidump(self):
...@@ -80,6 +81,7 @@ class BrowserMinidumpTest(tab_test_case.TabTestCase): ...@@ -80,6 +81,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',
'linux', # https://crbug.com/1108432
'win' # https://crbug.com/1084931 'win' # https://crbug.com/1084931
) )
def testMultipleCrashMinidumps(self): def testMultipleCrashMinidumps(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