1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00

CI/appveyor: disable test 571 in two cmake builds

...  they're simply too flaky there.

Closes #6119
This commit is contained in:
Daniel Stenberg 2020-10-22 19:36:24 +02:00
parent 67dede842a
commit 6f8871844c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -87,7 +87,7 @@ environment:
HTTP_ONLY: OFF
TESTING: ON
SHARED: OFF
DISABLED_TESTS: "!1139 !1501"
DISABLED_TESTS: "~571 !1139 !1501 "
COMPILER_PATH: ""
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019"
BUILD_SYSTEM: CMake
@ -100,7 +100,7 @@ environment:
HTTP_ONLY: OFF
TESTING: ON
SHARED: OFF
DISABLED_TESTS: "!1139 !1501"
DISABLED_TESTS: "~571 !1139 !1501"
COMPILER_PATH: ""
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019"
BUILD_SYSTEM: CMake