test: temporarily remove test against MSSQL 2017

Getting weird errors when trying to run this with docker. We may
have better luck setting up a Windows CI runner to handle the
majority of MSSQL testing anyway.
This commit is contained in:
Ryan Leckey 2020-06-11 03:36:09 -07:00
parent e9a562f89a
commit 9ce596d492

View file

@ -222,7 +222,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
mssql: [2019, 2017]
mssql: [2019]
runtime: [async-std, tokio, actix]
needs: check
steps: