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

Unified Diff: chrome/browser/extensions/api/processes/processes_apitest.cc

Issue 11308304: Also disable ExtensionApiTest.ProcessesVsTaskManager on win aura since it's failing often. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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/processes/processes_apitest.cc
===================================================================
--- chrome/browser/extensions/api/processes/processes_apitest.cc (revision 170550)
+++ chrome/browser/extensions/api/processes/processes_apitest.cc (working copy)
@@ -25,6 +25,9 @@
ASSERT_TRUE(RunExtensionTest("processes/api")) << message_;
}
+// http://crbug.com/31663
+#if !(defined(OS_WIN) && defined(USE_AURA))
+
IN_PROC_BROWSER_TEST_F(ExtensionApiTest, ProcessesVsTaskManager) {
CommandLine::ForCurrentProcess()->AppendSwitch(
switches::kEnableExperimentalExtensionApis);
@@ -54,3 +57,5 @@
UnloadExtension(last_loaded_extension_id_);
EXPECT_EQ(1, model->update_requests_);
}
+
+#endif
« 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