Skip to content

Commit 1a7b249

Browse files
committed
serial test, avoid race condition
1 parent dfb0244 commit 1a7b249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test/src/test-integration-workflows.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1532,7 +1532,7 @@ export async function workflowWithDefaultHandlers(): Promise<void> {
15321532
await condition(() => unblocked);
15331533
}
15341534

1535-
test('Default handlers fail given reserved prefix', async (t) => {
1535+
test.serial('Default handlers fail given reserved prefix', async (t) => {
15361536
const { createWorker, startWorkflow } = helpers(t);
15371537
const worker = await createWorker();
15381538

0 commit comments

Comments
 (0)