Commit 580bc96a authored by John Abd-El-Malek's avatar John Abd-El-Malek Committed by Commit Bot

Fix extensions policy browser tests with network service.

Bug: 871549
Cq-Include-Trybots: luci.chromium.try:linux_mojo
Change-Id: I53fe4c0163964961e1a44fa9f81b95e63c395433
Reviewed-on: https://chromium-review.googlesource.com/1167989Reviewed-by: default avatarDoug Turner <dougt@chromium.org>
Commit-Queue: John Abd-El-Malek <jam@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582024}
parent 826c708a
This diff is collapsed.
......@@ -5,7 +5,7 @@
-->
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='ldnnhddmnhbkjipkidpdiheffobcpfmf'>
<updatecheck codebase='http://mock.http/extensions/good2.crx'
<updatecheck codebase='http://update.extension/extensions/good2.crx'
version='1.0.0.1' />
</app>
</gupdate>
......@@ -5,7 +5,7 @@
-->
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='ldnnhddmnhbkjipkidpdiheffobcpfmf'>
<updatecheck codebase='http://mock.http/extensions/good_v1.crx'
<updatecheck codebase='http://update.extension/extensions/good_v1.crx'
version='1.0.0.0' />
</app>
</gupdate>
......@@ -16,16 +16,6 @@
-SubresourceFilterBrowserTest.FailedProvisionalLoadInMainframe
-WebViewTest.WebViewInBackgroundPage
# These tests uses net::URLRequestFilter (through TestRequestInterceptor) to
# mock out network responses, and use ExtensionDownloader to issue requests,
# which has yet to be switched from URLFetcher.
# https://crbug.com/844928
-PolicyTest.ExtensionInstallForcelist
-PolicyTest.ExtensionInstallForcelist_DefaultedUpdateUrl
-PolicyTest.ExtensionMinimumVersionForceInstalled
-PolicyTest.ExtensionMinimumVersionRequired
-PolicyTest.ExtensionMinimumVersionRequiredAlt
-PolicyTest.ExtensionRecommendedInstallationMode
# These tests uses net::URLRequestFilter (through TestRequestInterceptor) to
# mock out network responses, and use URLFetcherDownloader to issue requests,
......
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