Commit cb6c4c2d authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

Disable TabManagerTest.ProactiveFastShutdownWithBeforeunloadHandler

TBR=wjmaclean@chromium.org
NOTRY=true

Bug: 874915
Change-Id: Id0fae86ef2e130185d92ad28383c74036dcd96f3
Reviewed-on: https://chromium-review.googlesource.com/1177881Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Reviewed-by: default avatarJames MacLean <wjmaclean@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583660}
parent bebdf1c8
...@@ -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