Commit 246cb9ee authored by Charlie Reis's avatar Charlie Reis Committed by Commit Bot

Disable flaky NestedURLNavigationsViaProxyBlocked test.

BUG=822635

Change-Id: Ic3966f502e8d8ee5937a96b1a006f62c73d70230
Reviewed-on: https://chromium-review.googlesource.com/967062Reviewed-by: default avatarReilly Grant <reillyg@chromium.org>
Commit-Queue: Charlie Reis <creis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543797}
parent d4032b17
......@@ -1081,8 +1081,9 @@ IN_PROC_BROWSER_TEST_F(ProcessManagerBrowserTest,
// Test that a web frame can't navigate a proxy for an extension frame to a
// blob/filesystem extension URL. See https://crbug.com/656752.
// Disabled due to flake, see http://crbug.com/822635.
IN_PROC_BROWSER_TEST_F(ProcessManagerBrowserTest,
NestedURLNavigationsViaProxyBlocked) {
DISABLED_NestedURLNavigationsViaProxyBlocked) {
// Create a simple extension without a background page.
const Extension* extension = CreateExtension("Extension", false);
embedded_test_server()->ServeFilesFromDirectory(extension->path());
......
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