| Index: chrome/browser/chromeos/policy/restore_on_startup_browsertest_chromeos.cc
|
| diff --git a/chrome/browser/chromeos/policy/restore_on_startup_browsertest_chromeos.cc b/chrome/browser/chromeos/policy/restore_on_startup_browsertest_chromeos.cc
|
| index 8a88dca3e946495a7fd982f2743eacff8bfcdf57..468fa4d78fca3bc9c1c1c5dc07c35456ecb5b9e8 100644
|
| --- a/chrome/browser/chromeos/policy/restore_on_startup_browsertest_chromeos.cc
|
| +++ b/chrome/browser/chromeos/policy/restore_on_startup_browsertest_chromeos.cc
|
| @@ -70,13 +70,16 @@ void RestoreOnStartupTestChromeOS::LogInAndVerifyStartUpURLs() {
|
| }
|
|
|
| // Verify that the policies are honored on a new user's login.
|
| -IN_PROC_BROWSER_TEST_F(RestoreOnStartupTestChromeOS, PRE_LogInAndVerify) {
|
| +// Disabled https://crbug.com/694269
|
| +IN_PROC_BROWSER_TEST_F(RestoreOnStartupTestChromeOS,
|
| + DISABLED_PRE_LogInAndVerify) {
|
| SkipToLoginScreen();
|
| LogInAndVerifyStartUpURLs();
|
| }
|
|
|
| // Verify that the policies are honored on an existing user's login.
|
| -IN_PROC_BROWSER_TEST_F(RestoreOnStartupTestChromeOS, LogInAndVerify) {
|
| +// Disabled https://crbug.com/694269
|
| +IN_PROC_BROWSER_TEST_F(RestoreOnStartupTestChromeOS, DISABLED_LogInAndVerify) {
|
| content::WindowedNotificationObserver(
|
| chrome::NOTIFICATION_LOGIN_OR_LOCK_WEBUI_VISIBLE,
|
| content::NotificationService::AllSources()).Wait();
|
|
|