diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-10-22 19:36:24 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-10-24 23:24:09 +0200 |
commit | 6f8871844cd57f855339abc0b3ca8d06d7bfa03b (patch) | |
tree | ba3349d599984c446c8ee3f9dbd2e2390ccdcf03 /appveyor.yml | |
parent | 67dede842adff126329b611a055608320e88a7b0 (diff) | |
download | curl-6f8871844cd57f855339abc0b3ca8d06d7bfa03b.tar.gz |
CI/appveyor: disable test 571 in two cmake builds
... they're simply too flaky there.
Closes #6119
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index beaa56d71..1be00e728 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 |