From: Marc Hoersken Date: Fri, 10 Apr 2020 19:01:19 +0000 (+0200) Subject: appveyor: partially revert 3413a110 to keep build without proxy X-Git-Tag: curl-7_70_0~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e36af2cfabfd5de4f1daebdba9a68194b6344e9;p=thirdparty%2Fcurl.git appveyor: partially revert 3413a110 to keep build without proxy Ref: #5211 and #4526 Reported-by: Marcel Raad --- diff --git a/appveyor.yml b/appveyor.yml index 7e316593ce..19e37a1a57 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -192,8 +192,8 @@ environment: - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015" BUILD_SYSTEM: autotools TESTING: ON - DISABLED_TESTS: "~19 ~504 ~704 ~705 ~1056 ~1233 ~1242 ~1243 ~2002 ~2003" - CONFIG_ARGS: "--enable-debug --enable-werror --enable-alt-svc --disable-threaded-resolver" + DISABLED_TESTS: "~19 ~1056 ~1233 ~1242 ~1243 ~2002 ~2003" + CONFIG_ARGS: "--enable-debug --enable-werror --enable-alt-svc --disable-threaded-resolver --disable-proxy" - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019" BUILD_SYSTEM: autotools TESTING: ON