emulator: Disable failed tests on MM due to lack of emulator support
* content_shell_crash_test
* telemetry_chromium_minidump_unittests
* telemetry_perf_unittests
Bug: 1084353, 1084352
Change-Id: Idfcb4c13ab3441a6aafa42986f142c7b745264e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229005
Auto-Submit: Haiyang Pan <[email protected]>
Reviewed-by: Yuke Liao <[email protected]>
Commit-Queue: Yuke Liao <[email protected]>
Cr-Commit-Position: refs/heads/master@{#774921}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index b2d2789..29b714b 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -897,6 +897,9 @@
},
},
'content_shell_crash_test': {
+ 'remove_from': [
+ 'android-marshmallow-x86-fyi-rel', # crbug.com/1084353
+ ],
'modifications': {
'Win10 Tests x64 (dbg)': {
'experiment_percentage': 100, # https://crbug.com/861730
@@ -2089,6 +2092,11 @@
'Linux Release (NVIDIA)',
],
},
+ 'telemetry_chromium_minidump_unittests': {
+ 'remove_from': [
+ 'android-marshmallow-x86-fyi-rel', # crbug.com/1084352
+ ],
+ },
'telemetry_monochrome_minidump_unittests': {
'remove_from': [
# Monochrome isn't supported on M.
@@ -2149,6 +2157,7 @@
},
},
'remove_from': [
+ 'android-marshmallow-x86-fyi-rel', # crbug.com/1084352
# There's no need to run telemetry_perf_unittests on both lollipop and
# marshmallow on the CQ. https://crbug.com/1026487.
'android-marshmallow-arm64-rel',