From: Daniel Stenberg Date: Tue, 3 Oct 2023 12:25:52 +0000 (+0200) Subject: appveyor: enable test 571 X-Git-Tag: curl-8_4_0~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8064a0715d1a4f6225b0dc1bc168d76a179d1dd3;p=thirdparty%2Fcurl.git appveyor: enable test 571 Follow-up from 8a940fd55c175f7 / #12013 Closes #12017 --- diff --git a/appveyor.yml b/appveyor.yml index 7d0be9bcc2..1dd5825720 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -94,7 +94,7 @@ environment: ENABLE_UNICODE: 'ON' HTTP_ONLY: 'OFF' TESTING: 'ON' - DISABLED_TESTS: '~571 !1139 !1501' + DISABLED_TESTS: '!1139 !1501' ADD_PATH: 'C:\msys64\usr\bin' - job_name: 'CMake, VS2022, Debug x64, no SSL, Static' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2022' @@ -106,7 +106,7 @@ environment: ENABLE_UNICODE: 'OFF' HTTP_ONLY: 'OFF' TESTING: 'ON' - DISABLED_TESTS: '~571 !1139 !1501' + DISABLED_TESTS: '!1139 !1501' ADD_PATH: 'C:\msys64\usr\bin' - job_name: 'CMake, VS2022, Debug x64, no SSL, Static, HTTP only' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2022'