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

Unified Diff: apps/app_shim/app_shim_interactive_uitest_mac.mm

Issue 586443002: mac: Disable AppShimInteractiveTest.Launch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: apps/app_shim/app_shim_interactive_uitest_mac.mm
diff --git a/apps/app_shim/app_shim_interactive_uitest_mac.mm b/apps/app_shim/app_shim_interactive_uitest_mac.mm
index f019c8e14c39f993a2ebfcc61a8a79acbd56102e..580622591744224f75f5ebc145da2670214c5563 100644
--- a/apps/app_shim/app_shim_interactive_uitest_mac.mm
+++ b/apps/app_shim/app_shim_interactive_uitest_mac.mm
@@ -214,7 +214,8 @@ bool HasAppShimHost(Profile* profile, const std::string& app_id) {
namespace apps {
// Shims require static libraries http://crbug.com/386024.
-#if defined(COMPONENT_BUILD)
+// This test is flaky on OSX. http://crbug.com/415422
+#if defined(COMPONENT_BUILD) || defined(OS_MACOSX)
#define MAYBE_Launch DISABLED_Launch
#define MAYBE_RebuildShim DISABLED_RebuildShim
#else
« 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