Commit 5f7256b7 authored by Adithya Srinivasan's avatar Adithya Srinivasan Committed by Commit Bot

Sheriff: Disable PrimaryUserPoliciesProxiedTest.AvailableInLocalStateEarly

Disable test on chrome os.

Bug: 1002066
Change-Id: Ie8306b18777ed33dee10e6bf8c9f1f9d61b0328f
Tbr: pmarko@chromium.org
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1793004Reviewed-by: default avatarAdithya Srinivasan <adithyas@chromium.org>
Commit-Queue: Adithya Srinivasan <adithyas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694781}
parent 8d3c9ebe
...@@ -1381,8 +1381,14 @@ class PrimaryUserPoliciesProxiedTest : public LoginPolicyTestBase { ...@@ -1381,8 +1381,14 @@ class PrimaryUserPoliciesProxiedTest : public LoginPolicyTestBase {
DISALLOW_COPY_AND_ASSIGN(PrimaryUserPoliciesProxiedTest); DISALLOW_COPY_AND_ASSIGN(PrimaryUserPoliciesProxiedTest);
}; };
// TODO(crbug.com/1002066): Test is flaky on ChromeOS.
#if defined(OS_CHROMEOS)
#define MAYBE_AvailableInLocalStateEarly DISABLED_AvailableInLocalStateEarly
#else
#define MAYBE_AvailableInLocalStateEarly AvailableInLocalStateEarly
#endif
IN_PROC_BROWSER_TEST_F(PrimaryUserPoliciesProxiedTest, IN_PROC_BROWSER_TEST_F(PrimaryUserPoliciesProxiedTest,
AvailableInLocalStateEarly) { MAYBE_AvailableInLocalStateEarly) {
PolicyService* const device_wide_policy_service = PolicyService* const device_wide_policy_service =
g_browser_process->platform_part() g_browser_process->platform_part()
->browser_policy_connector_chromeos() ->browser_policy_connector_chromeos()
......
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