]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
appveyor: ignore failing 'connect to non-listening proxy' tests
authorMarc Hoersken <info@marc-hoersken.de>
Thu, 9 Apr 2020 23:02:30 +0000 (01:02 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Fri, 10 Apr 2020 15:13:10 +0000 (17:13 +0200)
Closes #5211

appveyor.yml

index c5d1e085166e82a8e7b0a72ef091829afdb67409..7e316593ce231d1606e60fae7b5cbc3c4134fe5d 100644 (file)
@@ -192,12 +192,12 @@ environment:
       - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015"
         BUILD_SYSTEM: autotools
         TESTING: ON
-        DISABLED_TESTS: "~19 ~1056 ~1233 ~1242 ~1243 ~2002 ~2003"
-        CONFIG_ARGS: "--enable-debug --enable-werror --enable-alt-svc --disable-threaded-resolver --disable-proxy"
+        DISABLED_TESTS: "~19 ~504 ~704 ~705 ~1056 ~1233 ~1242 ~1243 ~2002 ~2003"
+        CONFIG_ARGS: "--enable-debug --enable-werror --enable-alt-svc --disable-threaded-resolver"
       - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019"
         BUILD_SYSTEM: autotools
         TESTING: ON
-        DISABLED_TESTS: "~19 ~1056 ~1233 ~1242 ~1243 ~2002 ~2003"
+        DISABLED_TESTS: "~19 ~504 ~704 ~705 ~1056 ~1233 ~1242 ~1243 ~2002 ~2003"
         CONFIG_ARGS: "--enable-debug --enable-werror --enable-alt-svc --disable-threaded-resolver"
 
 install: