Commit e6789b73 authored by jam@chromium.org's avatar jam@chromium.org

Disable TaskManagerBrowserTest tests on Win Aura for now since they're flaking.

BUG=31663
Review URL: https://codereview.chromium.org/11412286

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170602 0039d316-1c4b-4281-b951-d872f2087c98
parent 4998151f
...@@ -43,6 +43,9 @@ ...@@ -43,6 +43,9 @@
#include "testing/gtest/include/gtest/gtest.h" #include "testing/gtest/include/gtest/gtest.h"
#include "ui/base/l10n/l10n_util.h" #include "ui/base/l10n/l10n_util.h"
// http://crbug.com/31663
#if !(defined(OS_WIN) && defined(USE_AURA))
using content::WebContents; using content::WebContents;
// On Linux this is crashing intermittently http://crbug/84719 // On Linux this is crashing intermittently http://crbug/84719
...@@ -609,3 +612,5 @@ IN_PROC_BROWSER_TEST_F(TaskManagerBrowserTest, ...@@ -609,3 +612,5 @@ IN_PROC_BROWSER_TEST_F(TaskManagerBrowserTest,
DCHECK_NE(model()->GetResourceWebCoreCSSCacheSize(resource_count), DCHECK_NE(model()->GetResourceWebCoreCSSCacheSize(resource_count),
l10n_util::GetStringUTF16(IDS_TASK_MANAGER_NA_CELL_TEXT)); l10n_util::GetStringUTF16(IDS_TASK_MANAGER_NA_CELL_TEXT));
} }
#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