mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:17:28 +03:00
AppVeyor: disable test 500
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
This commit is contained in:
parent
f475d9efb1
commit
8a42b769a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue