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

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

Issue 61463002: Disable ExtensionServiceTest.BlacklistedExtensionWillNotInstall and WillNotLoadBlacklistedExtension… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: with comment Created 7 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 | 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 233179)
+++ chrome/browser/extensions/extension_service_unittest.cc (working copy)
@@ -3389,7 +3389,9 @@
#if defined(ENABLE_BLACKLIST_TESTS)
// Tests trying to install a blacklisted extension.
-TEST_F(ExtensionServiceTest, BlacklistedExtensionWillNotInstall) {
+// Disabled due to http://crbug.com/315396
+TEST_F(ExtensionServiceTest,
+ DISABLED_BlacklistedExtensionWillNotInstall) {
scoped_refptr<FakeSafeBrowsingDatabaseManager> blacklist_db(
new FakeSafeBrowsingDatabaseManager(true));
Blacklist::ScopedDatabaseManagerForTest scoped_blacklist_db(blacklist_db);
@@ -3444,7 +3446,9 @@
#if defined(ENABLE_BLACKLIST_TESTS)
// Tests that a blacklisted extension is eventually unloaded on startup, if it
// wasn't already.
-TEST_F(ExtensionServiceTest, WillNotLoadBlacklistedExtensionsFromDirectory) {
+// Disabled due to http://crbug.com/315396
+TEST_F(ExtensionServiceTest,
+ DISABLED_WillNotLoadBlacklistedExtensionsFromDirectory) {
scoped_refptr<FakeSafeBrowsingDatabaseManager> blacklist_db(
new FakeSafeBrowsingDatabaseManager(true));
Blacklist::ScopedDatabaseManagerForTest scoped_blacklist_db(blacklist_db);
« 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