Skip to content

Commit

Permalink
[M103][sheriff] Disable flaky navigation test
Browse files Browse the repository at this point in the history
Disable
NavigationControllerBrowserTest.HistoryBackTwiceFromRendererWithoutUserGesture

It's flaky.

(cherry picked from commit 2cd4b9d)

Bug: 1328912
Change-Id: If7fda1cd80b1fe4e304d04480dafbccf54eefd92
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3665456
Reviewed-by: Peter Williamson <petewil@chromium.org>
Commit-Queue: Peter Williamson <petewil@chromium.org>
Commit-Queue: Nina Satragno <nsatragno@chromium.org>
Owners-Override: Nina Satragno <nsatragno@chromium.org>
Quick-Run: Nina Satragno <nsatragno@chromium.org>
Auto-Submit: Nina Satragno <nsatragno@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#1007067}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3671490
Auto-Submit: Elaine Chien <elainechien@chromium.org>
Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Owners-Override: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/branch-heads/5060@{#279}
Cr-Branched-From: b83393d-refs/heads/main@{#1002911}
  • Loading branch information
nsatragno authored and Chromium LUCI CQ committed May 26, 2022
1 parent 9c9eea4 commit 4042326
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16704,8 +16704,10 @@ IN_PROC_BROWSER_TEST_P(
// history.back() called twice in the renderer process should not make the user
// navigate back twice.
// Regression test for https://crbug.com/869710
IN_PROC_BROWSER_TEST_P(NavigationControllerBrowserTest,
HistoryBackTwiceFromRendererWithoutUserGesture) {
// TODO(crbug.com/1328912): flaky.
IN_PROC_BROWSER_TEST_P(
NavigationControllerBrowserTest,
DISABLED_HistoryBackTwiceFromRendererWithoutUserGesture) {
GURL url1(embedded_test_server()->GetURL("a.com", "/title1.html"));
GURL url2(embedded_test_server()->GetURL("b.com", "/title2.html"));
GURL url3(embedded_test_server()->GetURL("c.com", "/title3.html"));
Expand Down

0 comments on commit 4042326

Please sign in to comment.