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

Unified Diff: chrome/browser/extensions/api/management/management_browsertest.cc

Issue 10855108: Mark ExtensionManagementTest.InstallRequiresConfirm flaky on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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/api/management/management_browsertest.cc
===================================================================
--- chrome/browser/extensions/api/management/management_browsertest.cc (revision 151092)
+++ chrome/browser/extensions/api/management/management_browsertest.cc (working copy)
@@ -109,7 +109,13 @@
EXPECT_TRUE(IsExtensionAtVersion(extension, "1.0"));
}
-IN_PROC_BROWSER_TEST_F(ExtensionManagementTest, InstallRequiresConfirm) {
+#if defined(OS_WIN)
+// http://crbug.com/141913
+#define MAYBE_InstallRequiresConfirm FLAKY_InstallRequiresConfirm
+#else
+#define MAYBE_InstallRequiresConfirm InstallRequiresConfirm
+#endif
+IN_PROC_BROWSER_TEST_F(ExtensionManagementTest, MAYBE_InstallRequiresConfirm) {
// Installing the extension without an auto confirming UI should result in
// it being disabled, since good.crx has permissions that require approval.
ExtensionService* service = browser()->profile()->GetExtensionService();
« 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