test(plugin-workflow): skip prompt tests (#692)

This commit is contained in:
Junyi 2022-07-28 10:12:28 +08:00 committed by GitHub
parent 92cd76ce48
commit 95e799880c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ import { EXECUTION_STATUS, JOB_STATUS } from '../../constants';
describe('workflow > instructions > prompt', () => { describe.skip('workflow > instructions > prompt', () => {
describe('base', () => { describe('base', () => {
let app: MockServer; let app: MockServer;
let agent; let agent;