1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00

skip to re-run.

This commit is contained in:
mike12345567 2024-06-10 15:15:35 +01:00
parent 1c1074d939
commit 04297e8f36

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