]> granicus.if.org Git - curl/commitdiff
AppVeyor: re-enable test 500
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Mon, 25 Feb 2019 20:20:19 +0000 (21:20 +0100)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Tue, 26 Feb 2019 07:49:58 +0000 (08:49 +0100)
It's passing now.

Closes https://github.com/curl/curl/pull/3615

appveyor.yml

index c23723b19d5f02e7c3c9a5681b99e24474d3e5b8..ff8043040851264550b6b5d979ee3e971232cdf0 100644 (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: