Merge branch 'develop' into chore/typecheck_tests
This commit is contained in:
commit
130ab97368
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "2.8.29-alpha.8",
|
||||
"version": "2.8.29-alpha.9",
|
||||
"npmClient": "yarn",
|
||||
"packages": [
|
||||
"packages/*"
|
||||
|
|
|
@ -13,7 +13,7 @@ jest.unmock("mysql2/promise")
|
|||
|
||||
jest.setTimeout(30000)
|
||||
|
||||
describe("external", () => {
|
||||
describe.skip("external", () => {
|
||||
const config = new TestConfiguration()
|
||||
|
||||
let externalDatasource: Datasource
|
||||
|
|
Loading…
Reference in New Issue