summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2019-02-25 21:20:19 +0100
committerMarcel Raad <Marcel.Raad@teamviewer.com>2019-02-26 08:49:58 +0100
commit8a1948283aa2d0b452b3ee2954c49b6a765a3e1a (patch)
treeaaf8727f20f7aefe28e57344d8788d0828a0cc7d
parent5b796641772c0bf3204d2a321dc9fcd9cb40f710 (diff)
downloadcurl-8a1948283aa2d0b452b3ee2954c49b6a765a3e1a.tar.gz
AppVeyor: re-enable test 500
It's passing now. Closes https://github.com/curl/curl/pull/3615
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c23723b19..ff8043040 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: