| 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);
|
|
|