Skip to content

Commit

Permalink
temp - add a failure
Browse files Browse the repository at this point in the history
  • Loading branch information
cjihrig committed Dec 18, 2024
1 parent 19b5262 commit 5c7e4bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel/test-runner-cli-concurrency.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ test('concurrency of two', async () => {
const args = ['--test', '--test-concurrency=2'];
const cp = spawnSync(process.execPath, args, { cwd, env });
assert.match(cp.stderr.toString(), /concurrency: 2,/);
throw new Error('bye');
});

test('isolation=none uses a concurrency of one', async () => {
Expand Down

0 comments on commit 5c7e4bf

Please sign in to comment.