diff options
author | Don <don.j.olmstead@gmail.com> | 2018-03-20 22:00:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-20 22:00:08 -0700 |
commit | 3f61652f2618509ca11ace10804740db7ba342c7 (patch) | |
tree | 61ad1ff7ed8d1ce5ba0a6100bb248dabfc4c701b /appveyor.yml | |
parent | 8b72e6aca66fab96622d2344558d0f63749ae63b (diff) | |
download | portable-3f61652f2618509ca11ace10804740db7ba342c7.tar.gz portable-3f61652f2618509ca11ace10804740db7ba342c7.tar.bz2 portable-3f61652f2618509ca11ace10804740db7ba342c7.zip |
Temporarily turn off ssltest
Currently ssltest does not run on AppVeyor. Turn this test off until it can be run in CI.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 9959fde..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% --timeout 150 --output-on-failure | 58 | # TODO: Determine how to run ssltest on AppVeyor |
59 | - ctest -C %CONFIG% --timeout 150 --output-on-failure -E ssltest | ||