Commit 3e902a85 authored by kjellander@google.com's avatar kjellander@google.com

Disable ExtensionCrashRecoveryTest.ReloadTabsWithBackgroundPage on Windows

After the Blink roll 148494:148530 that happened in r194534 this test
started failing.

TEST=sanity compilation locally on Linux.
BUG=232340
TBR=yoz@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194571 0039d316-1c4b-4281-b951-d872f2087c98
parent 50b4aab5
...@@ -541,11 +541,12 @@ IN_PROC_BROWSER_TEST_F(MAYBE_ExtensionCrashRecoveryTest, ...@@ -541,11 +541,12 @@ IN_PROC_BROWSER_TEST_F(MAYBE_ExtensionCrashRecoveryTest,
} }
// Disabled on aura as flakey: http://crbug.com/169622 // Disabled on aura as flakey: http://crbug.com/169622
#if defined(USE_AURA) // Failing on Windows after Blink roll: http://crbug.com/232340
#if defined(USE_AURA) || defined(OS_WIN)
#define MAYBE_ReloadTabsWithBackgroundPage DISABLED_ReloadTabsWithBackgroundPage #define MAYBE_ReloadTabsWithBackgroundPage DISABLED_ReloadTabsWithBackgroundPage
#else #else
#define MAYBE_ReloadTabsWithBackgroundPage ReloadTabsWithBackgroundPage #define MAYBE_ReloadTabsWithBackgroundPage ReloadTabsWithBackgroundPage
#endif // defined(OS_LINUX) #endif
// Test that when an extension with a background page that has a tab open // Test that when an extension with a background page that has a tab open
// crashes, the tab stays open, and reloading it reloads the extension. // crashes, the tab stays open, and reloading it reloads the extension.
......
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