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

Disable BrowserActionInteractiveTest.DestroyHWNDDoesNotCrash.

It flakes quite frequently on win_chromium_rel_swarming. Locally, it fails 100% of the time on my machine and on scottmg's.

BUG=400646
TBR=msw@chromium.org
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287577 0039d316-1c4b-4281-b951-d872f2087c98
parent d4885a61
...@@ -290,7 +290,9 @@ IN_PROC_BROWSER_TEST_F(BrowserActionInteractiveTest, CloseBrowserWithDevTools) { ...@@ -290,7 +290,9 @@ IN_PROC_BROWSER_TEST_F(BrowserActionInteractiveTest, CloseBrowserWithDevTools) {
#if defined(OS_WIN) #if defined(OS_WIN)
// Test that forcibly closing the browser and popup HWND does not cause a crash. // Test that forcibly closing the browser and popup HWND does not cause a crash.
IN_PROC_BROWSER_TEST_F(BrowserActionInteractiveTest, DestroyHWNDDoesNotCrash) { // http://crbug.com/400646
IN_PROC_BROWSER_TEST_F(BrowserActionInteractiveTest,
DISABLED_DestroyHWNDDoesNotCrash) {
if (!ShouldRunPopupTest()) if (!ShouldRunPopupTest())
return; return;
......
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