disabled mssql testing;

This commit is contained in:
Zotov Dmitry 2019-03-19 13:47:26 +05:00
parent 034f176912
commit 0873ec1cb0
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
environment:
SA_PASSWORD: "Admin12345"
ACCEPT_EULA: "Y"
- image: cockroachdb/cockroach-unstable:v19.1.0-beta.20190304
- image: cockroachdb/cockroach-unstable:latest
command: start --insecure
steps:

View File

@ -41,7 +41,7 @@
"type": "sqljs"
},
{
"skip": false,
"skip": true,
"name": "mssql",
"type": "mssql",
"host": "localhost",