]> granicus.if.org Git - curl/commitdiff
AppVeyor: disable test 500
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Thu, 4 Oct 2018 18:31:50 +0000 (20:31 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Fri, 5 Oct 2018 07:33:06 +0000 (09:33 +0200)
It almost always results in
"starttransfer vs total: 0.000001 0.000000".
I cannot reproduce this locally, so disable it for now.

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

appveyor.yml

index f0f71190d16f3ebf80d2dce10cca66cdf183f65f..adac2525c416a399ce471f36d5d0c3129c87147b 100644 (file)
@@ -51,7 +51,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 !1139" )
+        C:\msys64\usr\bin\bash.exe -e -l -c "cd /c/projects/curl/tests && ./runtests.pl -a -p !flaky !500 !1139" )
 
 # whitelist branches to avoid testing feature branches twice (as branch and as pull request)
 branches: