Commit 9692bac0 authored by Nasko Oskov's avatar Nasko Oskov Committed by Commit Bot

Enable WebNavigationApiTest.ServerRedirectSingleProcess

This test has been updated to work with --site-per-process, but remained
disabled. It passes fine now.

Fixed: 671734
Change-Id: I7ba432eb43375b26e672da64e60e953196dee8d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144828
Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org>
Auto-Submit: Nasko Oskov <nasko@chromium.org>
Reviewed-by: default avatarŁukasz Anforowicz <lukasza@chromium.org>
Cr-Commit-Position: refs/heads/master@{#758245}
parent c33da860
......@@ -246,20 +246,6 @@ IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, Download) {
}
IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, ServerRedirectSingleProcess) {
// TODO(lukasza): https://crbug.com/671734: In the long-term, //chrome-layer
// tests should only be run with site-per-process - remove the early return
// below when fixing https://crbug.com/870761 and removing the
// not_site_per_process_browser_tests step.
//
// This test has its expectations in
// serverRedirectSingleProcess/test_serverRedirectSingleProcess.js. The
// expectations include exact |processId| ("exact" meaning that one cannot use
// a wildcard - the verification is done via chrome.test.checkDeepEq).
// Inclusion of |processId| means that the expectation change in
// site-per-process mode.
if (!content::AreAllSitesIsolatedForTesting())
return;
ASSERT_TRUE(StartEmbeddedTestServer());
// Set max renderers to 1 to force running out of processes.
......
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