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

Unified Diff: chrome/browser/extensions/external_provider_impl_chromeos_unittest.cc

Issue 2785043004: Disable ExternalProviderImplChromeOSTest.PolicyDisabled (Closed)
Patch Set: Created 3 years, 9 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/browser/extensions/external_provider_impl_chromeos_unittest.cc
diff --git a/chrome/browser/extensions/external_provider_impl_chromeos_unittest.cc b/chrome/browser/extensions/external_provider_impl_chromeos_unittest.cc
index a699f815fc0f28b0f7755f7bf24127ae7496d2c5..0a0b53fc801a80b2dfa066c288ec09fa6b3678db 100644
--- a/chrome/browser/extensions/external_provider_impl_chromeos_unittest.cc
+++ b/chrome/browser/extensions/external_provider_impl_chromeos_unittest.cc
@@ -150,7 +150,8 @@ TEST_F(ExternalProviderImplChromeOSTest, SyncDisabled) {
// User signed in, sync service started, install app when sync is disabled by
// policy.
-TEST_F(ExternalProviderImplChromeOSTest, PolicyDisabled) {
+// flaky: crbug.com/706506
+TEST_F(ExternalProviderImplChromeOSTest, DISABLED_PolicyDisabled) {
InitServiceWithExternalProviders(true);
// Log user in, start sync.
« 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