Commit c3828a4f authored by James Cook's avatar James Cook Committed by Commit Bot

Disable tast test ui.MashLogin on Chrome OS VMs

Flaky DCHECKs in the ash process, likely threading issues.

Bug: 909736
Change-Id: I080d1a30b415e10a33bb957711c0f4a68328c7ba
Reviewed-on: https://chromium-review.googlesource.com/c/1354345Reviewed-by: default avatarDan Erat <derat@chromium.org>
Commit-Queue: James Cook <jamescook@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611934}
parent e5c9950c
...@@ -18,7 +18,7 @@ config("chromeos_implementation") { ...@@ -18,7 +18,7 @@ config("chromeos_implementation") {
component("chromeos") { component("chromeos") {
configs += [ configs += [
":chromeos_implementation", ":chromeos_implementation",
"//build/config/linux/nss:system_nss_no_ssl_config" "//build/config/linux/nss:system_nss_no_ssl_config",
] ]
public_deps = [ public_deps = [
":chromeos_constants", ":chromeos_constants",
...@@ -418,8 +418,13 @@ if (is_chromeos_chrome) { ...@@ -418,8 +418,13 @@ if (is_chromeos_chrome) {
] ]
} }
# Tast test sources live in the Chromium OS repository.
# To diagnose tast failures or disable tests, see go/tast-failures
tast_test("chrome_all_tast_tests") { tast_test("chrome_all_tast_tests") {
tast_conditional = "(!disabled && !\"group:*\" && !informational && (\"dep:chrome\" || \"dep:chrome_login\"))" tast_conditional = "(!disabled && !\"group:*\" && !informational" +
" && (\"dep:chrome\" || \"dep:chrome_login\")" +
# Disabled due to flake. https://crbug.com/909736
" && !\"name:ui.MashLogin\")"
} }
group("cros_chrome_deploy") { group("cros_chrome_deploy") {
......
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