Disable a few policy tests broken by r150153

TBR=garykac@chromium.org
BUG=140995

Review URL: https://chromiumcodereview.appspot.com/10836122

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150198 0039d316-1c4b-4281-b951-d872f2087c98
parent cf890dc2
...@@ -66,14 +66,14 @@ class PolicyPrefsTestCases(object): ...@@ -66,14 +66,14 @@ class PolicyPrefsTestCases(object):
# TODO(frankf): Enable on all OS after crbug.com/121066 is fixed. # TODO(frankf): Enable on all OS after crbug.com/121066 is fixed.
'RemoteAccessHostFirewallTraversal': 'RemoteAccessHostFirewallTraversal':
('kRemoteAccessHostFirewallTraversal', True, [], []), ('kRemoteAccessHostFirewallTraversal', True, [], []),
'RemoteAccessHostRequireTwoFactor': # 'RemoteAccessHostRequireTwoFactor':
('kRemoteAccessHostRequireTwoFactor', False, [], # ('kRemoteAccessHostRequireTwoFactor', False, [],
['win', 'mac', 'linux']), # ['win', 'mac', 'linux']),
'RemoteAccessHostDomain': # 'RemoteAccessHostDomain':
('kRemoteAccessHostDomain', '', [], ['win', 'mac', 'linux']), # ('kRemoteAccessHostDomain', '', [], ['win', 'mac', 'linux']),
'RemoteAccessHostTalkGadgetPrefix': # 'RemoteAccessHostTalkGadgetPrefix':
('kRemoteAccessHostTalkGadgetPrefix', 'chromoting-host', [], # ('kRemoteAccessHostTalkGadgetPrefix', 'chromoting-host', [],
['win', 'mac', 'linux']), # ['win', 'mac', 'linux']),
'PrintingEnabled': ('kPrintingEnabled', False, [], OS_ALL), 'PrintingEnabled': ('kPrintingEnabled', False, [], OS_ALL),
# Note: supported_on is empty for this policy. # Note: supported_on is empty for this policy.
'CloudPrintProxyEnabled': ('kCloudPrintProxyEnabled', True, [], []), 'CloudPrintProxyEnabled': ('kCloudPrintProxyEnabled', 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