Commit 1ec1fbb1 authored by sgurun's avatar sgurun Committed by Commit bot

Disable BackgroundKeepaliveActive test

BUG=490440

This test started failing consistently, and I could not find the reason.
Since it was already disabled on win platforms, now I am disabling
completely.

TBR=miket@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#330866}
parent f89d9b09
...@@ -605,7 +605,9 @@ IN_PROC_BROWSER_TEST_F(AppBackgroundPageApiTest, UnloadExtensionWhileHidden) { ...@@ -605,7 +605,9 @@ IN_PROC_BROWSER_TEST_F(AppBackgroundPageApiTest, UnloadExtensionWhileHidden) {
#if defined(OS_WIN) #if defined(OS_WIN)
#define MAYBE_BackgroundKeepaliveActive DISABLED_BackgroundKeepaliveActive #define MAYBE_BackgroundKeepaliveActive DISABLED_BackgroundKeepaliveActive
#else #else
#define MAYBE_BackgroundKeepaliveActive BackgroundKeepaliveActive // Disabling other platforms too since the test started failing
// consistently. http://crbug.com/490440
#define MAYBE_BackgroundKeepaliveActive DISABLED_BackgroundKeepaliveActive
#endif #endif
IN_PROC_BROWSER_TEST_F(AppBackgroundPageNaClTest, IN_PROC_BROWSER_TEST_F(AppBackgroundPageNaClTest,
MAYBE_BackgroundKeepaliveActive) { MAYBE_BackgroundKeepaliveActive) {
......
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