fix(plugin-workflow): skip time based test (#951)
This commit is contained in:
parent
9b8a4d1063
commit
9ba1d128f4
@ -4,7 +4,7 @@ import { getApp, sleep } from '..';
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
describe('workflow > triggers > schedule', () => {
|
describe.skip('workflow > triggers > schedule', () => {
|
||||||
let app: Application;
|
let app: Application;
|
||||||
let db: Database;
|
let db: Database;
|
||||||
let PostRepo;
|
let PostRepo;
|
||||||
|
Loading…
Reference in New Issue
Block a user