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

Unified Diff: chrome/browser/apps/ephemeral_app_browsertest.cc

Issue 440413002: Disable ReplaceEphemeralAppWithDelayedInstalledApp on Windows due to failures. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix bad merge Created 6 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/apps/ephemeral_app_browsertest.cc
diff --git a/chrome/browser/apps/ephemeral_app_browsertest.cc b/chrome/browser/apps/ephemeral_app_browsertest.cc
index 062d64d65c3dde792a53961a3b99881042acb109..3f54c1adf10defd79eecdd7b8a8c75c960b7e11f 100644
--- a/chrome/browser/apps/ephemeral_app_browsertest.cc
+++ b/chrome/browser/apps/ephemeral_app_browsertest.cc
@@ -889,10 +889,17 @@ IN_PROC_BROWSER_TEST_F(EphemeralAppBrowserTest,
// This is similar to ReplaceEphemeralAppWithInstalledApp, but installs will
// be delayed until the app is idle.
+#if defined(OS_WIN)
+// Disabled on Windows due to failures. See crbug.com/401028
+#define MAYBE_ReplaceEphemeralAppWithDelayedInstalledApp \
+ DISABLED_ReplaceEphemeralAppWithDelayedInstalledApp
+#else
+#define MAYBE_ReplaceEphemeralAppWithDelayedInstalledApp \
+ ReplaceEphemeralAppWithDelayedInstalledApp
+#endif
IN_PROC_BROWSER_TEST_F(EphemeralAppBrowserTest,
- ReplaceEphemeralAppWithDelayedInstalledApp) {
+ MAYBE_ReplaceEphemeralAppWithDelayedInstalledApp) {
InitSyncService();
-
const Extension* app = InstallAndLaunchEphemeralApp(kNotificationsTestApp);
ASSERT_TRUE(app);
std::string app_id = app->id();
« 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