Commit 02732adb authored by Matt Menke's avatar Matt Menke Committed by Commit Bot

Disable SocketApiTest.SocketUDPExtension with the NetworkService enabled

It flakily reaches a point of execution where extensions try to
do a host resolution using the RequestContext, which isn't set up when
the network service is enabled.

TBR=jam@chromium.org

Bug: 854762
Cq-Include-Trybots: luci.chromium.try:linux_mojo
Change-Id: I5883a5620b953ca40fd582d39b96ea29f4f988e9
Reviewed-on: https://chromium-review.googlesource.com/1108737Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
Commit-Queue: Matt Menke <mmenke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#569027}
parent f9e3faed
...@@ -116,6 +116,10 @@ ...@@ -116,6 +116,10 @@
-PPAPINaClPNaClNonSfiTest.TCPServerSocketPrivate -PPAPINaClPNaClNonSfiTest.TCPServerSocketPrivate
-PPAPINaClPNaClNonSfiTest.TCPSocket -PPAPINaClPNaClNonSfiTest.TCPSocket
-PPAPINaClPNaClNonSfiTest.TCPSocketPrivate -PPAPINaClPNaClNonSfiTest.TCPSocketPrivate
# This test fails flakily. Only enable it once
# SocketExtensionWithDnsLookupFunction::StartDnsLookup uses the Mojo
# HostResolver API.
-SocketApiTest.SocketUDPExtension
# Uncategorized PPAPI timeouts or test failures. # Uncategorized PPAPI timeouts or test failures.
-OutOfProcessPPAPITest.HostResolver -OutOfProcessPPAPITest.HostResolver
......
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