aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2018-10-04 20:31:50 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2018-10-05 09:33:06 +0200
commit8a42b769a7100d8396f3b09ac0870cc9be671725 (patch)
tree66aa455ccb7a58789389d93e1344ea9123fa10ae /appveyor.yml
parentf475d9efb1ad220223ddb17b6acbf4b91502755f (diff)
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
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f0f71190d..adac2525c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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: