From: Marcel Raad Date: Mon, 25 Feb 2019 20:20:19 +0000 (+0100) Subject: AppVeyor: re-enable test 500 X-Git-Tag: curl-7_64_1~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a1948283aa2d0b452b3ee2954c49b6a765a3e1a;p=thirdparty%2Fcurl.git AppVeyor: re-enable test 500 It's passing now. Closes https://github.com/curl/curl/pull/3615 --- diff --git a/appveyor.yml b/appveyor.yml index c23723b19d..ff80430408 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: