Skip to content

Commit 7849862

Browse files
committed
⚰️ test(async): skip unstable cron case
Signed-off-by: Haili Zhang <haili.zhang@outlook.com>
1 parent 8a1c914 commit 7849862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/async_server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('OpenFunction - Async', () => {
4242
broker.close(done);
4343
});
4444

45-
it('stop cron after first trigger recived', done => {
45+
it.skip('stop cron after first trigger recived', done => {
4646
const app = getAysncServer(
4747
(ctx, data) => {
4848
// Assert that user function receives data from input binding

0 commit comments

Comments
 (0)