mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:41:40 +03:00
CI/appveyor: disable test 571 in two cmake builds
... they're simply too flaky there. Closes #6119
This commit is contained in:
parent
67dede842a
commit
6f8871844c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue