Land #409, disable ssltest for now in appveyor

This commit is contained in:
Brent Cook 2018-03-21 05:10:27 -05:00
commit 0f7e193c80

View File

@ -55,4 +55,5 @@ build_script:
- cmake --build . --config %CONFIG%
test_script:
- ctest -C %CONFIG%
# TODO: Determine how to run ssltest on AppVeyor
- ctest -C %CONFIG% --timeout 150 --output-on-failure -E ssltest