Commit 160d87fc authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Disable flaky LoginApitest.LaunchManagedGuestSession.

TBR=jityao@google.com,voit@google.com

Bug: 1014239
Change-Id: Ic49689798f3c44816c537e2bf26c05c702e5a480
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859581Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#705685}
parent a40ce5a3
...@@ -69,7 +69,8 @@ class LoginApitest : public LoginScreenApitestBase { ...@@ -69,7 +69,8 @@ class LoginApitest : public LoginScreenApitestBase {
DISALLOW_COPY_AND_ASSIGN(LoginApitest); DISALLOW_COPY_AND_ASSIGN(LoginApitest);
}; };
IN_PROC_BROWSER_TEST_F(LoginApitest, LaunchManagedGuestSession) { // Flaky. https://crbug.com/1014239
IN_PROC_BROWSER_TEST_F(LoginApitest, DISABLED_LaunchManagedGuestSession) {
SetUpDeviceLocalAccountPolicy(); SetUpDeviceLocalAccountPolicy();
SetUpExtensionAndRunTest(kLaunchManagedGuestSession); SetUpExtensionAndRunTest(kLaunchManagedGuestSession);
EXPECT_TRUE(session_manager::SessionManager::Get()->IsSessionStarted()); EXPECT_TRUE(session_manager::SessionManager::Get()->IsSessionStarted());
......
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