diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-02-25 21:20:19 +0100 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-02-26 08:49:58 +0100 |
commit | 8a1948283aa2d0b452b3ee2954c49b6a765a3e1a (patch) | |
tree | aaf8727f20f7aefe28e57344d8788d0828a0cc7d /appveyor.yml | |
parent | 5b796641772c0bf3204d2a321dc9fcd9cb40f710 (diff) | |
download | curl-8a1948283aa2d0b452b3ee2954c49b6a765a3e1a.tar.gz |
AppVeyor: re-enable test 500
It's passing now.
Closes https://github.com/curl/curl/pull/3615
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
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: |