Commit 0ece0142 authored by jam@chromium.org's avatar jam@chromium.org

Also disable ExtensionApiTest.ProcessesVsTaskManager on win aura since it's failing often.

BUG=31663
TBR=scottmg
Review URL: https://codereview.chromium.org/11308304

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170617 0039d316-1c4b-4281-b951-d872f2087c98
parent 98a0ae56
......@@ -25,6 +25,9 @@ IN_PROC_BROWSER_TEST_F(ExtensionApiTest, Processes) {
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 @@ IN_PROC_BROWSER_TEST_F(ExtensionApiTest, ProcessesVsTaskManager) {
UnloadExtension(last_loaded_extension_id_);
EXPECT_EQ(1, model->update_requests_);
}
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment