Commit e3fd7864 authored by Devlin Cronin's avatar Devlin Cronin Committed by Commit Bot

Reland "Disable TabManagerTest.ProactiveFastShutdownWithBeforeunloadHandler"

Test is still flaky.

Original change's description:
> Disable TabManagerTest.ProactiveFastShutdownWithBeforeunloadHandler
>
> TBR=wjmaclean@chromium.org
> NOTRY=true
>
> Bug: 874915
> Change-Id: Id0fae86ef2e130185d92ad28383c74036dcd96f3
> Reviewed-on: https://chromium-review.googlesource.com/1177881
> Reviewed-by: Xida Chen <xidachen@chromium.org>
> Reviewed-by: James MacLean <wjmaclean@chromium.org>
> Commit-Queue: Xida Chen <xidachen@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#583660}

TBR=xidachen@chromium.org,wjmaclean@chromium.org

Bug: 874915
Change-Id: I75d5ca813702dace0d3966baac2bd69d517dd1c8
Reviewed-on: https://chromium-review.googlesource.com/1181164Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Commit-Queue: Devlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#584450}
parent f4ab1274
...@@ -932,8 +932,9 @@ IN_PROC_BROWSER_TEST_F(TabManagerTest, UrgentFastShutdownWithUnloadHandler) { ...@@ -932,8 +932,9 @@ IN_PROC_BROWSER_TEST_F(TabManagerTest, UrgentFastShutdownWithUnloadHandler) {
#endif // OS_CHROMEOS #endif // OS_CHROMEOS
} }
// https://crbug.com/874915, flaky on all platform
IN_PROC_BROWSER_TEST_F(TabManagerTest, IN_PROC_BROWSER_TEST_F(TabManagerTest,
ProactiveFastShutdownWithBeforeunloadHandler) { DISABLED_ProactiveFastShutdownWithBeforeunloadHandler) {
ASSERT_TRUE(embedded_test_server()->Start()); ASSERT_TRUE(embedded_test_server()->Start());
// Disable the protection of recent tabs. // Disable the protection of recent tabs.
OpenTwoTabs(GURL(chrome::kChromeUIAboutURL), OpenTwoTabs(GURL(chrome::kChromeUIAboutURL),
......
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