Commit 25c6fc78 authored by Eric Roman's avatar Eric Roman Committed by Commit Bot

Add comments explaining different results for...

Add comments explaining different results for NetworkContextTest.ProxyErrorClientNotifiedOfPacError on iOS.

Cq-Include-Trybots: luci.chromium.try:linux_mojo
Change-Id: Iee8707645813ad7af92f7a4e84403ccacc22abd0
Reviewed-on: https://chromium-review.googlesource.com/1208932
Commit-Queue: Eric Roman <eroman@chromium.org>
Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#589349}
parent b7b96b0c
......@@ -3748,7 +3748,8 @@ TEST_F(NetworkContextTest, ProxyErrorClientNotifiedOfPacError) {
EXPECT_EQ(0u, request_errors.size());
// TODO(eroman): Why is this failing on iOS?
// TODO(https://crbug.com/881124): Mocking proxy resolution doesn't work
// on iOS.
#if defined(OS_IOS)
if (pac_errors.empty())
return;
......
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