Commit 64e5d300 authored by David Van Cleve's avatar David Van Cleve Committed by Commit Bot

Disable a flaky test: SameDocumentNavigationToHttpPortZero

NavigationControllerBrowserTest.SameDocumentNavigationToHttpPortZero is flaky on multiple platforms. This CL disables the test; crrev.com/c/2472460, which should land in the next week or so, updates the underlying behavior the test covers and should unflake the test.

Bug: 1138540
Change-Id: Iae329806219363c1c007230afe6078b26e8ab474
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2532975
Commit-Queue: Alex Moshchuk <alexmos@chromium.org>
Reviewed-by: default avatarAlex Moshchuk <alexmos@chromium.org>
Auto-Submit: David Van Cleve <davidvc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#826460}
parent d1398ca3
......@@ -10859,16 +10859,9 @@ IN_PROC_BROWSER_TEST_P(NavigationControllerBrowserTestNoServer,
// 2) same-document
// 3) to a http URL with port 0.
// This is the scenario behind https://crbug.com/1065532.
// TODO(crbug.com/1138540): Flaky on Chrome OS.
#if BUILDFLAG(IS_CHROMEOS_ASH)
#define MAYBE_SameDocumentNavigationToHttpPortZero \
DISABLED_SameDocumentNavigationToHttpPortZero
#else
#define MAYBE_SameDocumentNavigationToHttpPortZero \
SameDocumentNavigationToHttpPortZero
#endif
// TODO(crbug.com/1138540): Flakes.
IN_PROC_BROWSER_TEST_P(NavigationControllerBrowserTest,
MAYBE_SameDocumentNavigationToHttpPortZero) {
DISABLED_SameDocumentNavigationToHttpPortZero) {
GURL page_url(embedded_test_server()->GetURL(
"foo.com", "/navigation_controller/simple_page_1.html"));
EXPECT_TRUE(NavigateToURL(shell(), page_url));
......
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