Unverified Commit 8a194828 authored by Marcel Raad's avatar Marcel Raad
Browse files

AppVeyor: re-enable test 500

It's passing now.

Closes https://github.com/curl/curl/pull/3615
parent 5b796641
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: