| Index: chrome/browser/chromeos/login/login_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/login/login_browsertest.cc b/chrome/browser/chromeos/login/login_browsertest.cc
|
| index 8563c3c6dd1f732e156849bda67e9df87322601f..4be5cd47ed15f5a8e13455cd391c64d0534f6106 100644
|
| --- a/chrome/browser/chromeos/login/login_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/login_browsertest.cc
|
| @@ -209,8 +209,7 @@ IN_PROC_BROWSER_TEST_F(LoginUserTest, UserPassed) {
|
| }
|
|
|
| // Verifies the cursor is not hidden at startup when user is logged in.
|
| -// Test is flaky https://crbug.com/693106
|
| -IN_PROC_BROWSER_TEST_F(LoginUserTest, DISABLED_CursorShown) {
|
| +IN_PROC_BROWSER_TEST_F(LoginUserTest, CursorShown) {
|
| EXPECT_TRUE(ash::Shell::GetInstance()->cursor_manager()->IsCursorVisible());
|
|
|
| TestSystemTrayIsVisible();
|
| @@ -227,7 +226,8 @@ IN_PROC_BROWSER_TEST_F(LoginGuestTest, GuestIsOTR) {
|
| }
|
|
|
| // Verifies the cursor is not hidden at startup when running guest session.
|
| -IN_PROC_BROWSER_TEST_F(LoginGuestTest, CursorShown) {
|
| +// Test is flaky https://crbug.com/693106
|
| +IN_PROC_BROWSER_TEST_F(LoginGuestTest, DISABLED_CursorShown) {
|
| EXPECT_TRUE(ash::Shell::GetInstance()->cursor_manager()->IsCursorVisible());
|
|
|
| TestSystemTrayIsVisible();
|
|
|