@@ -22,7 +22,8 @@ const pgGodCredentials = {
|
||||
host: DB_HOST,
|
||||
}
|
||||
|
||||
describe("Generate migrations", () => {
|
||||
// TODO: Reenable once flakiness is taken care of
|
||||
describe.skip("Generate migrations", () => {
|
||||
beforeEach(async () => {
|
||||
await dropDatabase(
|
||||
{ databaseName: dbName, errorIfNonExist: false },
|
||||
|
||||
@@ -27,7 +27,8 @@ const pgGodCredentials = {
|
||||
host: DB_HOST,
|
||||
}
|
||||
|
||||
describe("Revert migrations", () => {
|
||||
// TODO: Reenable once flakiness is taken care of
|
||||
describe.skip("Revert migrations", () => {
|
||||
beforeEach(async () => {
|
||||
await dropDatabase(
|
||||
{ databaseName: dbName, errorIfNonExist: false },
|
||||
|
||||
@@ -28,7 +28,8 @@ const pgGodCredentials = {
|
||||
host: DB_HOST,
|
||||
}
|
||||
|
||||
describe("Run migrations", () => {
|
||||
// TODO: Reenable once flakiness is taken care of
|
||||
describe.skip("Run migrations", () => {
|
||||
beforeEach(async () => {
|
||||
await dropDatabase(
|
||||
{ databaseName: dbName, errorIfNonExist: false },
|
||||
|
||||
Reference in New Issue
Block a user