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

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

Issue 10885034: Disable flaky test on windows (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 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
diff --git a/chrome/browser/extensions/extension_service_unittest.cc b/chrome/browser/extensions/extension_service_unittest.cc
index 06ba12923b6ae5c63949315fcd4872c233bc84c0..9f9e908812346c6474de53ecb4b519c3d406a3a8 100644
--- a/chrome/browser/extensions/extension_service_unittest.cc
+++ b/chrome/browser/extensions/extension_service_unittest.cc
@@ -2081,6 +2081,13 @@ TEST_F(ExtensionServiceTest, EnsureCWSOrdinalsInitialized) {
sorting->GetAppLaunchOrdinal(extension_misc::kWebStoreAppId).IsValid());
}
+// Flaky failures on Vista. http://crbug.com/145381
+#if defined(OS_WIN)
+#define MAYBE_InstallAppsWithUnlimitedStorage DISABLED_InstallAppsWithUnlimitedStorage
sreeram 2012/08/29 18:54:56 Break line here to stay within 80 columns? #defin
eroman 2012/08/29 18:56:56 Done.
+#else
+#define MAYBE_InstallAppsWithUnlimitedStorage InstallAppsWithUnlimitedStorage
+#endif
+
TEST_F(ExtensionServiceTest, InstallAppsWithUnlimitedStorage) {
InitializeEmptyExtensionService();
InitializeRequestContext();
« 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