diff options
author | Brent Cook <bcook@openbsd.org> | 2018-03-21 05:10:27 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-03-21 05:10:27 -0500 |
commit | 0f7e193c80be72e0bd2a5aa6d84b0fe5da4a8aa9 (patch) | |
tree | d7998a64adc5c3d36ff880ebc38d3d9e35bca429 | |
parent | 644c1097a8402d170603f5a0ff17efb37360dac7 (diff) | |
parent | 3f61652f2618509ca11ace10804740db7ba342c7 (diff) | |
download | portable-0f7e193c80be72e0bd2a5aa6d84b0fe5da4a8aa9.tar.gz portable-0f7e193c80be72e0bd2a5aa6d84b0fe5da4a8aa9.tar.bz2 portable-0f7e193c80be72e0bd2a5aa6d84b0fe5da4a8aa9.zip |
Land #409, disable ssltest for now in appveyor
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index a79199b..6384108 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -55,4 +55,5 @@ build_script: | |||
55 | - cmake --build . --config %CONFIG% | 55 | - cmake --build . --config %CONFIG% |
56 | 56 | ||
57 | test_script: | 57 | test_script: |
58 | - ctest -C %CONFIG% | 58 | # TODO: Determine how to run ssltest on AppVeyor |
59 | - ctest -C %CONFIG% --timeout 150 --output-on-failure -E ssltest | ||