mirror of
https://github.com/curl/curl.git
synced 2026-07-16 00:47:17 +03:00
appveyor: ignore failing 'connect to non-listening proxy' tests
Closes #5211
This commit is contained in:
parent
638b8558d1
commit
3413a11091
1 changed files with 3 additions and 3 deletions
|
|
@ -192,12 +192,12 @@ environment:
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015"
|
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015"
|
||||||
BUILD_SYSTEM: autotools
|
BUILD_SYSTEM: autotools
|
||||||
TESTING: ON
|
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 --disable-proxy"
|
CONFIG_ARGS: "--enable-debug --enable-werror --enable-alt-svc --disable-threaded-resolver"
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019"
|
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019"
|
||||||
BUILD_SYSTEM: autotools
|
BUILD_SYSTEM: autotools
|
||||||
TESTING: ON
|
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"
|
CONFIG_ARGS: "--enable-debug --enable-werror --enable-alt-svc --disable-threaded-resolver"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue