Commit db429c9c authored by Owen Min's avatar Owen Min Committed by Commit Bot

Disable two EnrollmentLocalPolicyServerBase tests

EnrollmentErrorConsumerAccountWithPackagedLicense
ManualEnrollmentWithMultipleLicenses are disabled due to flaky

Bug: 1028650
Tbr: poromov@chromium.org
Change-Id: I7240fb19e577f07b9bec5ebce82ddcedbecc9161
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935372Reviewed-by: default avatarOwen Min <zmin@chromium.org>
Commit-Queue: Owen Min <zmin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719253}
parent cf266cb6
......@@ -250,8 +250,9 @@ IN_PROC_BROWSER_TEST_F(EnrollmentLocalPolicyServerBase,
// Simple manual enrollment with license selection.
// Enrollment selection UI should be displayed during enrollment.
// Disable due to flaky crash/timeout on ChromeOS. https://crbug.com/1028650
IN_PROC_BROWSER_TEST_F(EnrollmentLocalPolicyServerBase,
ManualEnrollmentWithMultipleLicenses) {
DISABLED_ManualEnrollmentWithMultipleLicenses) {
policy_server_.ExpectAvailableLicenseCount(5 /* perpetual */, 5 /* annual */,
5 /* kiosk */);
......@@ -363,8 +364,10 @@ IN_PROC_BROWSER_TEST_F(EnrollmentLocalPolicyServerBase,
}
// Error during enrollment : 417 - Consumer account with packaged license.
IN_PROC_BROWSER_TEST_F(EnrollmentLocalPolicyServerBase,
EnrollmentErrorConsumerAccountWithPackagedLicense) {
// Disable due to flaky crash/timeout on ChromeOS. https://crbug.com/1028650
IN_PROC_BROWSER_TEST_F(
EnrollmentLocalPolicyServerBase,
DISABLED_EnrollmentErrorConsumerAccountWithPackagedLicense) {
policy_server_.SetExpectedDeviceEnrollmentError(417);
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