diff --git a/test/03-async-migrator.test.ts b/test/03-async-migrator.test.ts index 8124c69cc..729bb92ef 100644 --- a/test/03-async-migrator.test.ts +++ b/test/03-async-migrator.test.ts @@ -203,7 +203,7 @@ describe('03 Async Migrations', async function () { expect(Date.now().valueOf() - startTime).to.be.greaterThan(4000); // backOff time from migrator }); - it.only('should record last execution time ms of the last migration run', async function () { + it('should record last execution time ms of the last migration run', async function () { let result: MigrationStatus[] = []; const startTime = Date.now().valueOf();