From b644e23adf445fabc5a4dd3c6d1dbc669220a371 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Mon, 18 Jan 2021 14:27:34 +0100 Subject: [PATCH] [tests] Don't use the tcp tunnel in the HttpClientHandler tests. Fixes xamarin/maccore#2154. (#10451) Fixes https://github.com/xamarin/maccore/issues/2154. --- tests/mtouch/MTouch.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/mtouch/MTouch.cs b/tests/mtouch/MTouch.cs index cad400993f..01c2dd41bd 100644 --- a/tests/mtouch/MTouch.cs +++ b/tests/mtouch/MTouch.cs @@ -4399,6 +4399,7 @@ public class Dummy { var environment_variables = new Dictionary (); if (!clean_simulator) environment_variables ["SKIP_SIMULATOR_SETUP"] = "1"; + environment_variables ["USE_TCP_TUNNEL"] = null; var args = new List (); args.Add (Path.Combine (Configuration.RootPath, "tests", "xharness", "xharness.exe"));