[tests] Don't use the tcp tunnel in the HttpClientHandler tests. Fixes xamarin/maccore#2154. (#10451)

Fixes https://github.com/xamarin/maccore/issues/2154.
This commit is contained in:
Rolf Bjarne Kvinge 2021-01-18 14:27:34 +01:00 коммит произвёл GitHub
Родитель aa671914f9
Коммит b644e23adf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -4399,6 +4399,7 @@ public class Dummy {
var environment_variables = new Dictionary<string, string> ();
if (!clean_simulator)
environment_variables ["SKIP_SIMULATOR_SETUP"] = "1";
environment_variables ["USE_TCP_TUNNEL"] = null;
var args = new List<string> ();
args.Add (Path.Combine (Configuration.RootPath, "tests", "xharness", "xharness.exe"));