summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-10-22 19:36:24 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-10-22 19:36:24 +0200
commitd0c90919ae5c78157586c88bf0bd8cb800d8c420 (patch)
tree339534cb7afc27ee141ad46262c79a7c0db0c91f
parent67dede842adff126329b611a055608320e88a7b0 (diff)
downloadcurl-bagder/appveyor-test571.tar.gz
appveyor: disable test 571 in two cmake buildsbagder/appveyor-test571
... they're simply too flaky there.
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index beaa56d71..7e7d11928 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: "!1139 !1501 !571"
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: "!1139 !1501 !571"
COMPILER_PATH: ""
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019"
BUILD_SYSTEM: CMake