Commit e43337d5 authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Disable flaky DeviceCloudPolicyManagerChromeOSEnrollmentTests.

TBR=emaxx@chromium.org

Bug: 1014318
Change-Id: Ia50ec7454db51e18b287a48fa72a7777967259e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1861107
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#705758}
parent efc9d1f1
......@@ -732,7 +732,8 @@ class DeviceCloudPolicyManagerChromeOSEnrollmentTest
DISALLOW_COPY_AND_ASSIGN(DeviceCloudPolicyManagerChromeOSEnrollmentTest);
};
TEST_P(DeviceCloudPolicyManagerChromeOSEnrollmentTest, Success) {
// Flaky. https://crbug.com/1014318
TEST_P(DeviceCloudPolicyManagerChromeOSEnrollmentTest, DISABLED_Success) {
RunTest();
ExpectSuccessfulEnrollment();
}
......@@ -820,7 +821,9 @@ TEST_P(DeviceCloudPolicyManagerChromeOSEnrollmentTest, LoadError) {
EXPECT_EQ(CloudPolicyStore::STATUS_LOAD_ERROR, status_.store_status());
}
TEST_P(DeviceCloudPolicyManagerChromeOSEnrollmentTest, UnregisterSucceeds) {
// Flaky. https://crbug.com/1014318
TEST_P(DeviceCloudPolicyManagerChromeOSEnrollmentTest,
DISABLED_UnregisterSucceeds) {
// Enroll first.
RunTest();
ExpectSuccessfulEnrollment();
......
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