Skip to content

Commit 581a24e

Browse files
committed
fix: serialize test
1 parent 6d1853e commit 581a24e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const fn2 = function (event, callback, heartbeat) {
105105

106106
test.before(before);
107107

108-
test('Step function Activity Worker with 2 consecutive tasks', t => {
108+
test.serial('Step function Activity Worker with 2 consecutive tasks', t => {
109109
const activityArn = context.activityArn;
110110
const stateMachineArn = context.stateMachineArn;
111111

@@ -153,7 +153,7 @@ test('Step function Activity Worker with 2 consecutive tasks', t => {
153153
});
154154
});
155155

156-
test('Step function with 3 concurrent worker', t => {
156+
test.serial('Step function with 3 concurrent worker', t => {
157157
const activityArn = context.activityArn;
158158
const stateMachineArn = context.stateMachineArn;
159159

0 commit comments

Comments
 (0)