Commit 4a9786b9 authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Disable ExtensionApiTestWithManagementPolicy.UrlProtectedByPolicy.

The test is flaky.

BUG=835155
NOTRY=true

Change-Id: I3f8f98e34aedefd198ba3c1594d35d85c262e7ce
Reviewed-on: https://chromium-review.googlesource.com/1024195Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#552724}
parent 097248f0
...@@ -1419,8 +1419,9 @@ IN_PROC_BROWSER_TEST_F(ExtensionApiTestWithManagementPolicy, ...@@ -1419,8 +1419,9 @@ IN_PROC_BROWSER_TEST_F(ExtensionApiTestWithManagementPolicy,
// Tests that the webRequest events aren't dispatched when the URL of the // Tests that the webRequest events aren't dispatched when the URL of the
// request is protected by policy. // request is protected by policy.
// Disabled because it is flaky. See https://crbug.com/835155
IN_PROC_BROWSER_TEST_F(ExtensionApiTestWithManagementPolicy, IN_PROC_BROWSER_TEST_F(ExtensionApiTestWithManagementPolicy,
UrlProtectedByPolicy) { DISABLED_UrlProtectedByPolicy) {
// Host protected by policy. // Host protected by policy.
const std::string protected_domain = "example.com"; const std::string protected_domain = "example.com";
......
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