Enable policy_prefs_ui.py and disable only the broken policy.

TBR=nirnimesh@chromium.org
BUG=102136

Review URL: http://codereview.chromium.org/8400071

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107768 0039d316-1c4b-4281-b951-d872f2087c98
parent f3cf980c
...@@ -165,8 +165,6 @@ ...@@ -165,8 +165,6 @@
# crbug.com/98526 # crbug.com/98526
'-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
'-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
# crbug.com/102136
'-policy_prefs_ui.PolicyPrefsUITest.testPoliciesShowBanner',
], ],
'mac': [ 'mac': [
......
...@@ -80,7 +80,8 @@ class PolicyPrefsUITest(pyauto.PyUITest): ...@@ -80,7 +80,8 @@ class PolicyPrefsUITest(pyauto.PyUITest):
'DnsPrefetchingEnabled': (False, [ ADVANCED ]), 'DnsPrefetchingEnabled': (False, [ ADVANCED ]),
'DisableSpdy': (True, []), 'DisableSpdy': (True, []),
'DisabledSchemes': ( ['file' ], []), 'DisabledSchemes': ( ['file' ], []),
'JavascriptEnabled': (False, [ CONTENT ]), # TODO(joaodasilva): Should be CONTENT. http://crbug.com/102136
'JavascriptEnabled': (False, []),
'IncognitoEnabled': (False, []), 'IncognitoEnabled': (False, []),
'IncognitoModeAvailability': (1, []), 'IncognitoModeAvailability': (1, []),
'SavingBrowserHistoryDisabled': (True, []), 'SavingBrowserHistoryDisabled': (True, []),
......
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