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

Unified Diff: chrome/browser/extensions/extension_processes_apitest.cc

Issue 7980051: Disable ExtensionApiTest.Processes on mac because it is flakey there. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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: chrome/browser/extensions/extension_processes_apitest.cc
diff --git a/chrome/browser/extensions/extension_processes_apitest.cc b/chrome/browser/extensions/extension_processes_apitest.cc
index ae86493ff13f1a3623d7de9f23aec658a1f97dd9..3b9676e7deedb558b3eb07cd8eaab9c11761896a 100644
--- a/chrome/browser/extensions/extension_processes_apitest.cc
+++ b/chrome/browser/extensions/extension_processes_apitest.cc
@@ -11,7 +11,13 @@
#include "chrome/browser/ui/browser_window.h"
#include "chrome/common/chrome_switches.h"
+// Sometimes times out on Mac OS
+// crbug.com/
+#ifdef OS_MACOSX
+IN_PROC_BROWSER_TEST_F(ExtensionApiTest, DISABLED_Processes) {
+#else
IN_PROC_BROWSER_TEST_F(ExtensionApiTest, Processes) {
+#endif
CommandLine::ForCurrentProcess()->AppendSwitch(
switches::kEnableExperimentalExtensionApis);
@@ -47,4 +53,3 @@ IN_PROC_BROWSER_TEST_F(ExtensionApiTest, ProcessesVsTaskManager) {
UnloadExtension(last_loaded_extension_id_);
EXPECT_EQ(1, model->update_requests_);
}
-
« 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