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

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

Issue 11225010: Disable failing ExtensionServiceTest.AlertableExtensionHappyPath on chromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1271/src/
Patch Set: Created 8 years, 2 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/extension_service_unittest.cc
===================================================================
--- chrome/browser/extensions/extension_service_unittest.cc (revision 162859)
+++ chrome/browser/extensions/extension_service_unittest.cc (working copy)
@@ -5508,6 +5508,7 @@
ASSERT_FALSE(AddPendingSyncInstall());
}
+#if !defined(OS_CHROMEOS)
TEST_F(ExtensionServiceTest, AlertableExtensionHappyPath) {
InitializeEmptyExtensionService();
scoped_ptr<ExtensionErrorUI> extension_error_ui(
@@ -5542,3 +5543,4 @@
ASSERT_TRUE(service_->PopulateExtensionErrorUI(extension_error_ui.get()));
ASSERT_EQ(1u, extension_error_ui->get_external_extension_ids()->size());
}
+#endif
« 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