]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
appveyor: enable test 571
authorDaniel Stenberg <daniel@haxx.se>
Tue, 3 Oct 2023 12:25:52 +0000 (14:25 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 3 Oct 2023 21:29:11 +0000 (23:29 +0200)
Follow-up from 8a940fd55c175f7 / #12013

Closes #12017

appveyor.yml

index 7d0be9bcc21502c24e6f4dcc24cec712df6f4851..1dd58257200434dff88129e36724ffad3474179b 100644 (file)
@@ -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'