Commit 6620ff85 authored by Nasko Oskov's avatar Nasko Oskov Committed by Commit Bot

Enable WebNavigationApiTest.ServerRedirect

This test passes with iteration count of 100 locally. It should not be
flaky, but let's try and see.

Bug: 660288
Change-Id: I8f190be7f6b6639e048ea59f040ca0421c3b51bd
Reviewed-on: https://chromium-review.googlesource.com/600492Reviewed-by: default avatarAlex Moshchuk <alexmos@chromium.org>
Commit-Queue: Nasko Oskov <nasko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491805}
parent 3ae4e82c
...@@ -399,8 +399,7 @@ IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, ClientRedirect) { ...@@ -399,8 +399,7 @@ IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, ClientRedirect) {
<< message_; << message_;
} }
// http://crbug.com/660288 IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, ServerRedirect) {
IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, DISABLED_ServerRedirect) {
ASSERT_TRUE(StartEmbeddedTestServer()); ASSERT_TRUE(StartEmbeddedTestServer());
ASSERT_TRUE(RunExtensionTest("webnavigation/serverRedirect")) ASSERT_TRUE(RunExtensionTest("webnavigation/serverRedirect"))
<< message_; << message_;
......
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