Commit b2683aa6 authored by David Roger's avatar David Roger Committed by Commit Bot

[signin] Fix CrSettingsPeoplePageTest.ProfileInfoTests with Dice

Bug: 850498
Change-Id: I304084db180fa729ceb5b6ec54e4c955fb4ae401
Reviewed-on: https://chromium-review.googlesource.com/1090838Reviewed-by: default avatarScott Chen <scottchen@chromium.org>
Commit-Queue: David Roger <droger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565710}
parent d616695b
...@@ -12,9 +12,11 @@ cr.define('settings_people_page', function() { ...@@ -12,9 +12,11 @@ cr.define('settings_people_page', function() {
let syncBrowserProxy = null; let syncBrowserProxy = null;
suiteSetup(function() { suiteSetup(function() {
// Force easy unlock off. Those have their own ChromeOS-only tests.
loadTimeData.overrideValues({ loadTimeData.overrideValues({
// Force easy unlock off. Those have their own ChromeOS-only tests.
easyUnlockAllowed: false, easyUnlockAllowed: false,
// Force Dice off. Dice is tested in the DiceUITest suite.
diceEnabled: false,
}); });
}); });
......
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