skip to re-run.
This commit is contained in:
parent
1c1074d939
commit
04297e8f36
|
@ -5,7 +5,7 @@ import * as migrations from "../migrations"
|
||||||
describe.skip("migration integrity", () => {
|
describe.skip("migration integrity", () => {
|
||||||
// These test is checking that each migration is "idempotent".
|
// 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
|
// 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()
|
const config = setup.getConfig()
|
||||||
await config.init()
|
await config.init()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue