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

Unified Diff: chrome/browser/extensions/settings/settings_frontend_unittest.cc

Issue 9315016: Disabling ExtensionSettingsFrontendTest.QuotaLimits*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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/settings/settings_frontend_unittest.cc
diff --git a/chrome/browser/extensions/settings/settings_frontend_unittest.cc b/chrome/browser/extensions/settings/settings_frontend_unittest.cc
index 387f7c3c5ae3bf76796a27f4365905eb2033b546..3766ce44dbbf7ea253f7b8a73cdddd2f6c0c8480 100644
--- a/chrome/browser/extensions/settings/settings_frontend_unittest.cc
+++ b/chrome/browser/extensions/settings/settings_frontend_unittest.cc
@@ -220,8 +220,13 @@ TEST_F(ExtensionSettingsFrontendTest,
EXPECT_TRUE(storage->Remove("foo").HasError());
}
+#if defined(OS_WIN)
+// Failing on vista dbg. http://crbug.com/111100, http://crbug.com/108724
+#define QuotaLimitsEnforcedCorrectlyForSyncAndLocal \
+ DISABLED_QuotaLimitsEnforcedCorrectlyForSyncAndLocal
+#endif
TEST_F(ExtensionSettingsFrontendTest,
- QuotaLimitsEnforcedCorrectlyForSyncAndLocal) {
+ QuotaLimitsEnforcedCorrectlyForSyncAndLocal) {
const std::string id = "ext";
profile_->GetMockExtensionService()->AddExtensionWithId(
id, Extension::TYPE_EXTENSION);
« 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