Commit 8de02e89 authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Revert "chromeos: Disable Tast test security.Mtab to unblock LKGM rolls."

This reverts commit da307f24.

Reason for revert: should no longer depend on chrome_login

Original change's description:
> chromeos: Disable Tast test security.Mtab to unblock LKGM rolls.
> 
> It's failing with:
> Error: [mtab.go:41] Root partition is mounted read/write; rootfs verification disabled?
> 
> Let's disable it while we figure out a workaround since it's blocking
> lkgm rolls.
> 
> Bug: 931431
> Change-Id: Ibf953f77009ead69902da163b750e53cf43c6ffe
> Reviewed-on: https://chromium-review.googlesource.com/c/1468599
> Reviewed-by: Dan Erat <derat@chromium.org>
> Commit-Queue: Ben Pastene <bpastene@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#631479}

TBR=derat@chromium.org,achuith@chromium.org,bpastene@chromium.org

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: 931431
Change-Id: Ia496c1f04aaaabebc2737cca585a500a02c9928a
Reviewed-on: https://chromium-review.googlesource.com/c/1475814Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Reviewed-by: default avatarAchuith Bhandarkar <achuith@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#632688}
parent bf59dbb9
......@@ -278,7 +278,7 @@ if (is_cros_chrome_sdk) {
# 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.Mtab" ] # crbug.com/931431
tast_disabled_tests = []
}
tast_test("chrome_kevin_tast_tests") {
# Tests that fail on Kevin devices.
......
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