Commit 39d9a140 authored by scheib@chromium.org's avatar scheib@chromium.org

Disable BackgroundKeepaliveIdle test due to flaky ASAN failures.

NOTRY=true
BUG=332440

Review URL: https://codereview.chromium.org/129093002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243628 0039d316-1c4b-4281-b951-d872f2087c98
parent 5e4891b0
...@@ -616,7 +616,8 @@ IN_PROC_BROWSER_TEST_F(AppBackgroundPageNaClTest, BackgroundKeepaliveActive) { ...@@ -616,7 +616,8 @@ IN_PROC_BROWSER_TEST_F(AppBackgroundPageNaClTest, BackgroundKeepaliveActive) {
#if defined(OS_WIN) #if defined(OS_WIN)
#define MAYBE_BackgroundKeepaliveIdle DISABLED_BackgroundKeepaliveIdle #define MAYBE_BackgroundKeepaliveIdle DISABLED_BackgroundKeepaliveIdle
#else #else
#define MAYBE_BackgroundKeepaliveIdle BackgroundKeepaliveIdle // ASAN errors appearing: https://crbug.com/332440
#define MAYBE_BackgroundKeepaliveIdle DISABLED_BackgroundKeepaliveIdle
#endif #endif
IN_PROC_BROWSER_TEST_F(AppBackgroundPageNaClTest, IN_PROC_BROWSER_TEST_F(AppBackgroundPageNaClTest,
MAYBE_BackgroundKeepaliveIdle) { MAYBE_BackgroundKeepaliveIdle) {
......
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