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

Unified Diff: chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc

Issue 14687015: Disable ExtensionWebstorePrivateBundleTest.InstallBundleInvalid on Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/api/webstore_private/webstore_private_apitest.cc
diff --git a/chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc b/chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc
index 1a393177d6f411b33c6220a6496aeddf4e961c1c..0c89dc331ad4ccb26761fd27b105ea61b05c1834 100644
--- a/chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc
+++ b/chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc
@@ -436,8 +436,14 @@ IN_PROC_BROWSER_TEST_F(ExtensionWebstorePrivateBundleTest,
// Tests partially installing a bundle (2 succeed, 1 fails due to an invalid
// CRX, and 1 fails due to the manifests not matching).
+#if defined(OS_WIN)
+// Times out on Windows. http://crbug.com/238805
+#define MAYBE_InstallBundleInvalid DISABLED_InstallBundleInvalid
+#else
+#define MAYBE_InstallBundleInvalid InstallBundleInvalid
+#endif
IN_PROC_BROWSER_TEST_F(ExtensionWebstorePrivateBundleTest,
- InstallBundleInvalid) {
+ MAYBE_InstallBundleInvalid) {
extensions::BundleInstaller::SetAutoApproveForTesting(true);
PackInvalidCRX("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa");
« 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