chore: disable circleci failing dbs

This commit is contained in:
Kononnable 2020-02-01 22:52:28 +01:00
parent 41fc60fc8f
commit 8c67682fa4
2 changed files with 6 additions and 6 deletions

View File

@ -21,10 +21,10 @@ jobs:
POSTGRES_PASSWORD: "test"
POSTGRES_DB: "test"
- image: circleci/mongo:3.4.18
- image: mcr.microsoft.com/mssql/server:2017-latest-ubuntu
environment:
SA_PASSWORD: "Admin12345"
ACCEPT_EULA: "Y"
# - image: mcr.microsoft.com/mssql/server:2017-latest-ubuntu
# environment:
# SA_PASSWORD: "Admin12345"
# ACCEPT_EULA: "Y"
steps:
- checkout
@ -111,4 +111,4 @@ workflows:
jobs:
- common
- cockroachdb
- oracle
# - oracle

View File

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