Commit fa0287f0 authored by Francois Doray's avatar Francois Doray Committed by Commit Bot

Disable flaky AutoEnrollment tests.

TBR=antrim@chromium.org

Bug: 992022
Change-Id: I9917c63be7e2ce20cc6f06c9eb13cf3148253dae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1784625Reviewed-by: default avatarFrançois Doray <fdoray@chromium.org>
Commit-Queue: François Doray <fdoray@chromium.org>
Cr-Commit-Position: refs/heads/master@{#693176}
parent 51decfae
...@@ -208,7 +208,9 @@ class InitialEnrollmentTest : public EnrollmentLocalPolicyServerBase { ...@@ -208,7 +208,9 @@ class InitialEnrollmentTest : public EnrollmentLocalPolicyServerBase {
}; };
// Simple manual enrollment. // Simple manual enrollment.
IN_PROC_BROWSER_TEST_F(EnrollmentLocalPolicyServerBase, ManualEnrollment) { // TODO(https://crbug.com/992022#c5): Re-enable this test.
IN_PROC_BROWSER_TEST_F(EnrollmentLocalPolicyServerBase,
DISABLED_ManualEnrollment) {
TriggerEnrollmentAndSignInSuccessfully(); TriggerEnrollmentAndSignInSuccessfully();
enrollment_ui_.WaitForStep(test::ui::kEnrollmentStepSuccess); enrollment_ui_.WaitForStep(test::ui::kEnrollmentStepSuccess);
...@@ -377,8 +379,9 @@ IN_PROC_BROWSER_TEST_F(EnrollmentLocalPolicyServerBase, ...@@ -377,8 +379,9 @@ IN_PROC_BROWSER_TEST_F(EnrollmentLocalPolicyServerBase,
} }
// Error during enrollment : 500 - Consumer account with packaged license. // Error during enrollment : 500 - Consumer account with packaged license.
// TODO(https://crbug.com/992022#c4): Re-enable this test.
IN_PROC_BROWSER_TEST_F(EnrollmentLocalPolicyServerBase, IN_PROC_BROWSER_TEST_F(EnrollmentLocalPolicyServerBase,
EnrollmentErrorServerError) { DISABLED_EnrollmentErrorServerError) {
policy_server_.SetExpectedDeviceEnrollmentError(500); policy_server_.SetExpectedDeviceEnrollmentError(500);
TriggerEnrollmentAndSignInSuccessfully(); TriggerEnrollmentAndSignInSuccessfully();
......
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