Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Sep 19, 2024
1 parent b87ba85 commit 4dadae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ws-worker/test/events/step-complete.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ test('do not include dataclips in step:complete if output_dataclip is false', as
await handleStepComplete({ channel, state, options } as any, event);
});

test.only('do not include dataclips in step:complete if output_dataclip is too big', async (t) => {
test('do not include dataclips in step:complete if output_dataclip is too big', async (t) => {
const plan = createPlan();
const jobId = 'job-1';
const result = { data: new Array(1024 * 1024 + 1).fill('z').join('') };
Expand Down

0 comments on commit 4dadae7

Please sign in to comment.