0

[DNT] Disable a flaky test

Fixed: 376867441
Bug: 379166889
Change-Id: Iec31960382ae113ceb0342bc4a5dd8c36678f0b1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6021966
Commit-Queue: William Liu <liuwilliam@chromium.org>
Reviewed-by: Theresa Sullivan <twellington@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1383290}
This commit is contained in:
William Liu
2024-11-14 22:45:45 +00:00
committed by Chromium LUCI CQ
parent 473e292109
commit b3725574f7

@ -2839,8 +2839,10 @@ IN_PROC_BROWSER_TEST_F(BackForwardTransitionAnimationManagerBrowserTest,
// with the prompt and the cancel animation is still playing, another navigation
// commits in the main frame. The animator should continue animating and the
// live page should be replaced by the page that was navigated to.
//
// TODO(https://crbug.com/379166889): Investigate and re-enable.
IN_PROC_BROWSER_TEST_F(BackForwardTransitionAnimationManagerBrowserTest,
BeforeUnload_RequestCancelledBeforeStart) {
DISABLED_BeforeUnload_RequestCancelledBeforeStart) {
DisableBackForwardCacheForTesting(
web_contents(),
BackForwardCache::DisableForTestingReason::TEST_REQUIRES_NO_CACHING);