1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 08:38:49 -05:00

AppVeyor: re-enable test 500

It's passing now.

Closes https://github.com/curl/curl/pull/3615
This commit is contained in:
Marcel Raad 2019-02-25 21:20:19 +01:00
parent 5b79664177
commit 8a1948283a
No known key found for this signature in database
GPG Key ID: 33C416EFAE4D6F02

View File

@ -62,7 +62,7 @@ build_script:
test_script:
- if %TESTING%==ON (
C:\msys64\usr\bin\bash.exe -e -l -c "cd /c/projects/curl/tests && ./runtests.pl -a -p !flaky !500 !1139" )
C:\msys64\usr\bin\bash.exe -e -l -c "cd /c/projects/curl/tests && ./runtests.pl -a -p !flaky !1139" )
# whitelist branches to avoid testing feature branches twice (as branch and as pull request)
branches: