| 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 4be5cd47ed15f5a8e13455cd391c64d0534f6106..8444d612fc975c6329ddecaab3ebf10e7fe68b4b 100644
|
| --- a/chrome/browser/chromeos/login/login_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/login_browsertest.cc
|
| @@ -216,7 +216,8 @@ IN_PROC_BROWSER_TEST_F(LoginUserTest, CursorShown) {
|
| }
|
|
|
| // After a guest login, we should get the OTR default profile.
|
| -IN_PROC_BROWSER_TEST_F(LoginGuestTest, GuestIsOTR) {
|
| +// Test is flaky https://crbug.com/693106
|
| +IN_PROC_BROWSER_TEST_F(LoginGuestTest, DISABLED_GuestIsOTR) {
|
| Profile* profile = browser()->profile();
|
| EXPECT_TRUE(profile->IsOffTheRecord());
|
| // Ensure there's extension service for this profile.
|
|
|