fix(plugin-workflow): skip time based test (#951)

This commit is contained in:
Junyi 2022-10-23 15:40:50 +08:00 committed by chenos
parent 9b8a4d1063
commit 9ba1d128f4

View File

@ -4,7 +4,7 @@ import { getApp, sleep } from '..';
describe('workflow > triggers > schedule', () => {
describe.skip('workflow > triggers > schedule', () => {
let app: Application;
let db: Database;
let PostRepo;