Commit d9de68cc authored by David Benjamin's avatar David Benjamin Committed by Commit Bot

Speculatively re-enable WebRequestAuthRequested test.

The SimpleURLLoader work mentioned in the bug seems to be done, and
the try jobs are passing. Enable it and see what happens?

Bug: 140976
Change-Id: Ic85aaa4352801fcc4be21a0d1dc7e1d4ed8df7c7
Reviewed-on: https://chromium-review.googlesource.com/c/1469293
Commit-Queue: David Benjamin <davidben@chromium.org>
Reviewed-by: default avatarKaran Bhatia <karandeepb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#631992}
parent bb8af8cb
......@@ -510,9 +510,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionWebRequestApiTest,
message_;
}
// Flaky (sometimes crash): http://crbug.com/140976
IN_PROC_BROWSER_TEST_F(ExtensionWebRequestApiTest,
DISABLED_WebRequestAuthRequired) {
IN_PROC_BROWSER_TEST_F(ExtensionWebRequestApiTest, WebRequestAuthRequired) {
CancelLoginDialog login_dialog_helper;
ASSERT_TRUE(StartEmbeddedTestServer());
......
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