Commit 2358b2eb authored by zea's avatar zea Committed by Commit bot

Revert "Disable the CheckPolicyIndicators test in debug config on Windows."

The patch that caused the failure has been fixed. (r288954)

BUG=402233
TBR=tommi@chromium.org

Review URL: https://codereview.chromium.org/507913005

Cr-Commit-Position: refs/heads/master@{#292239}
parent 0178d483
...@@ -601,13 +601,7 @@ class PolicyPrefIndicatorTest ...@@ -601,13 +601,7 @@ class PolicyPrefIndicatorTest
// Verifies that controlled setting indicators correctly show whether a pref's // Verifies that controlled setting indicators correctly show whether a pref's
// value is recommended or enforced by a corresponding policy. // value is recommended or enforced by a corresponding policy.
#if defined(OS_WIN) && !defined(NDEBUG) IN_PROC_BROWSER_TEST_P(PolicyPrefIndicatorTest, CheckPolicyIndicators) {
// TODO(zea): Fix failure on Windows. See crbug.com/402233 for details.
#define MAYBE_CheckPolicyIndicators DISABLED_CheckPolicyIndicators
#else
#define MAYBE_CheckPolicyIndicators CheckPolicyIndicators
#endif
IN_PROC_BROWSER_TEST_P(PolicyPrefIndicatorTest, MAYBE_CheckPolicyIndicators) {
const PolicyTestCases test_cases; const PolicyTestCases test_cases;
PrefService* local_state = g_browser_process->local_state(); PrefService* local_state = g_browser_process->local_state();
PrefService* user_prefs = browser()->profile()->GetPrefs(); PrefService* user_prefs = browser()->profile()->GetPrefs();
......
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