Commit b398e710 authored by Nasko Oskov's avatar Nasko Oskov Committed by Commit Bot

Enable WebNavigationApiTest.ServerRedirect test.

This test was flaky due to a race condition in navigation code, which
has now been fixed. Let's try to enable it and see if the fix has helped
deflake this test.

Bug: 660288
Change-Id: I2d8377e42172d30b3af19f23c632d09c3e99f5f3
Reviewed-on: https://chromium-review.googlesource.com/1097555Reviewed-by: default avatarŁukasz Anforowicz <lukasza@chromium.org>
Commit-Queue: Nasko Oskov <nasko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#566510}
parent 8b3f098b
...@@ -227,8 +227,7 @@ IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, ClientRedirect) { ...@@ -227,8 +227,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