Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4971)

Unified Diff: chrome/test/functional/policy_test_cases.py

Issue 10836122: Disable a few policy tests broken by r150153 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/policy_test_cases.py
diff --git a/chrome/test/functional/policy_test_cases.py b/chrome/test/functional/policy_test_cases.py
index fe5371462aba4e4d940530f8eded29546601af67..91d752080c7584d7b1e8fb9efe2a9f9243934ca7 100755
--- a/chrome/test/functional/policy_test_cases.py
+++ b/chrome/test/functional/policy_test_cases.py
@@ -66,14 +66,14 @@ class PolicyPrefsTestCases(object):
# TODO(frankf): Enable on all OS after crbug.com/121066 is fixed.
'RemoteAccessHostFirewallTraversal':
('kRemoteAccessHostFirewallTraversal', True, [], []),
- 'RemoteAccessHostRequireTwoFactor':
- ('kRemoteAccessHostRequireTwoFactor', False, [],
- ['win', 'mac', 'linux']),
- 'RemoteAccessHostDomain':
- ('kRemoteAccessHostDomain', '', [], ['win', 'mac', 'linux']),
- 'RemoteAccessHostTalkGadgetPrefix':
- ('kRemoteAccessHostTalkGadgetPrefix', 'chromoting-host', [],
- ['win', 'mac', 'linux']),
+# 'RemoteAccessHostRequireTwoFactor':
+# ('kRemoteAccessHostRequireTwoFactor', False, [],
+# ['win', 'mac', 'linux']),
+# 'RemoteAccessHostDomain':
+# ('kRemoteAccessHostDomain', '', [], ['win', 'mac', 'linux']),
+# 'RemoteAccessHostTalkGadgetPrefix':
+# ('kRemoteAccessHostTalkGadgetPrefix', 'chromoting-host', [],
+# ['win', 'mac', 'linux']),
'PrintingEnabled': ('kPrintingEnabled', False, [], OS_ALL),
# Note: supported_on is empty for this policy.
'CloudPrintProxyEnabled': ('kCloudPrintProxyEnabled', True, [], []),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698