Commit 09bee07a authored by jochen@chromium.org's avatar jochen@chromium.org

Remove FLAKY prefix from WebNavigationApiTest.ServerRedirectSingleProcess

Didn't fail for quite some time now

BUG=161897
TEST=WebNavigationApiTest.ServerRedirectSingleProcess
R=marja@chromium.org


Review URL: https://chromiumcodereview.appspot.com/11348375

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170953 0039d316-1c4b-4281-b951-d872f2087c98
parent cfa0795a
......@@ -402,14 +402,7 @@ IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, ServerRedirect) {
<< message_;
}
#if defined(OS_WIN)
// http://crbug.com/161897
#define MAYBE_ServerRedirectSingleProcess FLAKY_ServerRedirectSingleProcess
#else
#define MAYBE_ServerRedirectSingleProcess ServerRedirectSingleProcess
#endif
IN_PROC_BROWSER_TEST_F(WebNavigationApiTest,
MAYBE_ServerRedirectSingleProcess) {
IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, ServerRedirectSingleProcess) {
// Set max renderers to 1 to force running out of processes.
content::RenderProcessHost::SetMaxRendererProcessCount(1);
......
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