Commit f1345172 authored by Jun Mukai's avatar Jun Mukai Committed by Commit Bot

Disable inputs.VirtualKeyboardOOBE from chrome_all_tast_tests

This test is failing due to the same reason we discussed at
crbug.com/1115622, test scenario fails to load important data
because the test running environment is missing the data files.

Until resolved, this test should be disabled here, otherwise
further ChromeOS LKGM update will be blocked.

Bug: 1115622
Test: none
Change-Id: I56ea90e2cb39ccc164145ac108bbcddebbbce2b9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360271Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Reviewed-by: default avatarAchuith Bhandarkar <achuith@chromium.org>
Commit-Queue: Jun Mukai <mukai@chromium.org>
Cr-Commit-Position: refs/heads/master@{#798693}
parent b97feb36
...@@ -289,6 +289,7 @@ if (is_chromeos_device) { ...@@ -289,6 +289,7 @@ if (is_chromeos_device) {
tast_disabled_tests = [ tast_disabled_tests = [
# crbug.com/1115622 # crbug.com/1115622
"ui.ChromeLoginGAIA", "ui.ChromeLoginGAIA",
"inputs.VirtualKeyboardOOBE",
# crbug.com/1097630 # crbug.com/1097630
"security.OpenFDs", "security.OpenFDs",
......
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