skip to re-run.

This commit is contained in:
mike12345567 2024-06-10 15:15:35 +01:00
parent 1c1074d939
commit 04297e8f36
1 changed files with 1 additions and 1 deletions

View File

@ -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()