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

Unified Diff: chrome/browser/chromeos/policy/device_cloud_policy_browsertest.cc

Issue 2513903003: Disable fetching of policy for login screen apps (Closed)
Patch Set: Disable related tests Created 4 years, 1 month 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 | chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/policy/device_cloud_policy_browsertest.cc
diff --git a/chrome/browser/chromeos/policy/device_cloud_policy_browsertest.cc b/chrome/browser/chromeos/policy/device_cloud_policy_browsertest.cc
index b8ae86302dd857801dd2b22ef2cdc750755c1585..09d82e03016d731af2fd24bacef96d3cf97007b9 100644
--- a/chrome/browser/chromeos/policy/device_cloud_policy_browsertest.cc
+++ b/chrome/browser/chromeos/policy/device_cloud_policy_browsertest.cc
@@ -278,8 +278,10 @@ class SigninExtensionsDeviceCloudPolicyBrowserTest
std::unique_ptr<base::AutoReset<bool>> signin_policy_provided_disabler_;
};
+// DISABLED: see crbug.com/666720, crbug.com/644304. TODO(emaxx): Enable the
+// test back.
IN_PROC_BROWSER_TEST_F(SigninExtensionsDeviceCloudPolicyBrowserTest,
- InstallAndRunInWindow) {
+ DISABLED_InstallAndRunInWindow) {
const extensions::Extension* extension = InstallAndLoadTestExtension();
ASSERT_TRUE(extension);
Browser* browser = CreateBrowser(GetSigninProfile());
@@ -354,8 +356,10 @@ class PreinstalledSigninExtensionsDeviceCloudPolicyBrowserTest
}
};
+// DISABLED: see crbug.com/666720, crbug.com/644304. TODO(emaxx): Enable the
+// test back.
IN_PROC_BROWSER_TEST_F(PreinstalledSigninExtensionsDeviceCloudPolicyBrowserTest,
- OfflineStart) {
+ DISABLED_OfflineStart) {
const extensions::Extension* extension = GetTestExtension();
ASSERT_TRUE(extension);
Browser* browser = CreateBrowser(GetSigninProfile());
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698