From 04297e8f3659749788f0c48d6255577ce8cafe7e Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Mon, 10 Jun 2024 15:15:35 +0100 Subject: [PATCH] skip to re-run. --- .../server/src/appMigrations/tests/migrations.integrity.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/src/appMigrations/tests/migrations.integrity.spec.ts b/packages/server/src/appMigrations/tests/migrations.integrity.spec.ts index 1a7cb70711..2bb4c2b4f8 100644 --- a/packages/server/src/appMigrations/tests/migrations.integrity.spec.ts +++ b/packages/server/src/appMigrations/tests/migrations.integrity.spec.ts @@ -5,7 +5,7 @@ import * as migrations from "../migrations" describe.skip("migration integrity", () => { // These test is checking that each migration is "idempotent". // We should be able to rerun any migration, with any rerun not modifiying anything. The code should be aware that the migration already ran - it("each migration can rerun safely", async () => { + it.skip("each migration can rerun safely", async () => { const config = setup.getConfig() await config.init()