From 764235469cecfec95b0543dd34b318b0e5fd38e5 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Tue, 16 Apr 2024 16:32:45 +0200 Subject: [PATCH] Lint --- packages/server/src/integration-test/mysql.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/server/src/integration-test/mysql.spec.ts b/packages/server/src/integration-test/mysql.spec.ts index 59340eb202..964bc8fce7 100644 --- a/packages/server/src/integration-test/mysql.spec.ts +++ b/packages/server/src/integration-test/mysql.spec.ts @@ -236,6 +236,7 @@ describe("mysql integrations", () => { const emitDatasourceUpdateMock = jest.fn() // TODO: This is not actually required, will fix after cleaning the `_add` logic + // eslint-disable-next-line jest/no-disabled-tests it.skip("will emit the datasource entity schema with externalType to the front-end when adding a new column", async () => { const addColumnToTable: TableRequest = { type: "table",