Commit e0d3e9a7 authored by Francois Doray's avatar Francois Doray Committed by Commit Bot

Disable TabManagerTestWithTwoTabs.TabProactiveDiscardAndFocusBeforeFreezeCompletes.

TBR=sebmarchand@chromium.org

Bug: 854720
Change-Id: Id715bfae60ed08a7edd4b59e9814efc1b25d7fb5
Reviewed-on: https://chromium-review.googlesource.com/1108495Reviewed-by: default avatarFrançois Doray <fdoray@chromium.org>
Reviewed-by: default avatarSébastien Marchand <sebmarchand@chromium.org>
Commit-Queue: François Doray <fdoray@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568989}
parent b53d452b
......@@ -1019,8 +1019,11 @@ IN_PROC_BROWSER_TEST_F(TabManagerTest, TabFreezeAndUrgentDiscard) {
// - (optional) Freeze happens in renderer: PENDING_FREEZE->FROZEN
// - Renderer is notified of new visibility: PENDING_FREEZE->ACTIVE or
// FROZEN->ACTIVE.
IN_PROC_BROWSER_TEST_F(TabManagerTestWithTwoTabs,
TabProactiveDiscardAndFocusBeforeFreezeCompletes) {
//
// TODO(fdoray): Fails on Windows. https://crbug.com/854720
IN_PROC_BROWSER_TEST_F(
TabManagerTestWithTwoTabs,
DISABLED_TabProactiveDiscardAndFocusBeforeFreezeCompletes) {
// Proactively discard the background tab.
EXPECT_EQ(LifecycleUnitState::ACTIVE, GetLifecycleUnitAt(1)->GetState());
EXPECT_TRUE(GetLifecycleUnitAt(1)->Discard(DiscardReason::kProactive));
......
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