Commit 606b88d9 authored by nasko's avatar nasko Committed by Commit bot

Disable RaceCrossOriginNavigationAndSamePageHistoryNavigation due to flakiness.

BUG=645022, 630103
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation

Review-Url: https://codereview.chromium.org/2316263004
Cr-Commit-Position: refs/heads/master@{#417333}
parent 951cef6b
...@@ -5927,8 +5927,11 @@ class CommitMessageFilter : public BrowserMessageFilter { ...@@ -5927,8 +5927,11 @@ class CommitMessageFilter : public BrowserMessageFilter {
// the cross-origin navigation and updates the URL, but not the origin of the // the cross-origin navigation and updates the URL, but not the origin of the
// document. This results in mismatch between the two and causes the renderer // document. This results in mismatch between the two and causes the renderer
// process to be killed. See https://crbug.com/630103. // process to be killed. See https://crbug.com/630103.
IN_PROC_BROWSER_TEST_F(NavigationControllerBrowserTest, // TODO(nasko): Investigate why this test is flaky, likely related to
RaceCrossOriginNavigationAndSamePageHistoryNavigation) { // https://crbug.com/638089, and enable once resolved.
IN_PROC_BROWSER_TEST_F(
NavigationControllerBrowserTest,
DISABLED_RaceCrossOriginNavigationAndSamePageHistoryNavigation) {
WebContentsImpl* web_contents = WebContentsImpl* web_contents =
static_cast<WebContentsImpl*>(shell()->web_contents()); static_cast<WebContentsImpl*>(shell()->web_contents());
......
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