Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4797)

Unified Diff: chrome/browser/chromeos/login/enterprise_enrollment_browsertest.cc

Issue 2683043005: Disable EnterpriseEnrollmentTest.TestProperPageGetsLoadedOnEnrollmentFailure. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/enterprise_enrollment_browsertest.cc
diff --git a/chrome/browser/chromeos/login/enterprise_enrollment_browsertest.cc b/chrome/browser/chromeos/login/enterprise_enrollment_browsertest.cc
index 766d34c4379c16a23999161a9cc239b04753923b..2a75d861aff611e8ed7f695e293cbb24e5b3afb5 100644
--- a/chrome/browser/chromeos/login/enterprise_enrollment_browsertest.cc
+++ b/chrome/browser/chromeos/login/enterprise_enrollment_browsertest.cc
@@ -176,8 +176,9 @@ IN_PROC_BROWSER_TEST_F(EnterpriseEnrollmentTest,
// Shows the enrollment screen and simulates an enrollment failure. Verifies
// that the error screen is displayed.
+// TODO(crbug.com/690634): Disabled due to timeout flakiness.
IN_PROC_BROWSER_TEST_F(EnterpriseEnrollmentTest,
- TestProperPageGetsLoadedOnEnrollmentFailure) {
+ DISABLED_TestProperPageGetsLoadedOnEnrollmentFailure) {
ShowEnrollmentScreen();
enrollment_screen()->OnEnrollmentError(policy::EnrollmentStatus::ForStatus(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698