test428: re-enable for Windows

The unexplained error in AppVeyor CI tests are not hit in CI after
moving those tests to GHA. Re-enable to run this test on Windows.

Revisit if the error is seen again on Windows.

Errors seen earlier in AppVeyor CI:
https://ci.appveyor.com/project/curlorg/curl/builds/49123802
https://ci.appveyor.com/project/curlorg/curl/builds/49120834

In these jobs:
CMake, VS2010, Debug, x64, no SSL, Static
CMake, mingw-w64, gcc 7, Debug, x64, Schannel, Static, Unicode
CMake, mingw-w64, gcc 9, Debug, x64, Schannel, Static, Unity
CMake, mingw-w64, gcc 6, Debug, x86, Schannel, Static

Follow-up to 7cf8414fab
Ref: https://github.com/curl/curl/pull/12862#issuecomment-1929548070
Ref: 0f0edc283c #12862
This commit is contained in:
Viktor Szakats 2025-07-22 02:54:46 +02:00
parent 9657a2041e
commit 2f49a7a055
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -29,14 +29,6 @@ Funny-head: yesyes
#
# Client-side
<client>
# For unknown reasons, a number of CI jobs on Appveyor keep returning NULL to
# getenv() for the blank environment variable which makes the test fail.
# Unfortunately, this makes me disable the test completely on Windows.
<features>
!win32
</features>
<server>
http
</server>