diff --git a/appveyor.yml b/appveyor.yml index 3a64ca13f..77741374c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,6 +9,7 @@ cache: services: - mysql - mongodb + - mssql2014 configuration: # - Debug @@ -72,7 +73,7 @@ test_script: # - set PATH=%CD%\cmake-build\bin\Release;%PATH% # - set EXCLUDE_TESTS=Crypto,NetSLL_Win,Data/ODBC,Data/MySQL # - build\script\runtests2.cmd - - ctest -VV -C %configuration% + - ctest -VV -C %configuration% -E "Data*"