Temporarily turn off ssltest
Currently ssltest does not run on AppVeyor. Turn this test off until it can be run in CI.
This commit is contained in:
parent
8b72e6aca6
commit
3f61652f26
@ -55,4 +55,5 @@ build_script:
|
||||
- cmake --build . --config %CONFIG%
|
||||
|
||||
test_script:
|
||||
- ctest -C %CONFIG% --timeout 150 --output-on-failure
|
||||
# TODO: Determine how to run ssltest on AppVeyor
|
||||
- ctest -C %CONFIG% --timeout 150 --output-on-failure -E ssltest
|
||||
|
Loading…
x
Reference in New Issue
Block a user