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

Unified Diff: chrome/browser/extensions/api/extension_action/browser_action_apitest.cc

Issue 2404873002: Disable NavigatingExtensionPopupBrowserTest.DownloadViaPost on Mac (Closed)
Patch Set: Created 4 years, 2 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/extension_action/browser_action_apitest.cc
diff --git a/chrome/browser/extensions/api/extension_action/browser_action_apitest.cc b/chrome/browser/extensions/api/extension_action/browser_action_apitest.cc
index f02bb13d2bc6e7160b3690990cbce4dd68a433e9..9cbfe71b08382da2e372b61646a7c3d1b3ec9721 100644
--- a/chrome/browser/extensions/api/extension_action/browser_action_apitest.cc
+++ b/chrome/browser/extensions/api/extension_action/browser_action_apitest.cc
@@ -992,8 +992,8 @@ IN_PROC_BROWSER_TEST_F(NavigatingExtensionPopupBrowserTest,
// TODO(lukasza): https://crbug.com/650694: Add a "Get" flavour of the test once
// the download works both for GET and POST requests.
-// Disabled on Windows. See http://crbug.com/653856.
-#if defined(OS_WIN)
+// Disabled on Windows and Mac. See http://crbug.com/653856.
+#if defined(OS_WIN) || defined(OS_MACOSX)
#define MAYBE_DownloadViaPost DISABLED_DownloadViaPost
#else
#define MAYBE_DownloadViaPost DownloadViaPost
« 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