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

chromeos: Remove references to non-existent MashLogin tast tests

ui.MashLogin and ui.SingleProcessMashLogin don't exist any more.

Bug: none
Change-Id: I9a0d4650a4d3887cf0592f428a2a3cf81f28b82c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752539
Commit-Queue: James Cook <jamescook@chromium.org>
Auto-Submit: James Cook <jamescook@chromium.org>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#686619}
parent a4872f05
......@@ -237,12 +237,9 @@ if (is_cros_chrome_sdk) {
# 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") {
# To disable a specific test, add it the following list.
tast_disabled_tests = [
"security.SELinuxFilesARC", # crbug.com/968155
"ui.MashLogin",
"ui.SingleProcessMashLogin",
]
# To disable a specific test, add it the following list and cite a bug.
# crbug.com/968155
tast_disabled_tests = [ "security.SELinuxFilesARC" ]
}
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