1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Skip flaky test

This commit is contained in:
Adria Navarro 2023-08-01 14:40:47 +02:00
parent 44e028b574
commit 67baa56cbf

View file

@ -13,7 +13,7 @@ jest.unmock("mysql2/promise")
jest.setTimeout(30000)
describe("external", () => {
describe.skip("external", () => {
const config = new TestConfiguration()
let externalDatasource: Datasource