-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.test_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.
Description
Version
v25.0.0-pre
Platform
all
Subsystem
test_runner
What steps will reproduce the bug?
several different reproductions:
test.todo('aaa', (t) => {
t.test('bbb', () => assert.ok(false));
})
describe.todo('aaa', () => {
test('bbb', () => assert.ok(false));
})
these result in a 1 exit code, instead of 0
How often does it reproduce? Is there a required condition?
allwas
What is the expected behavior? Why is that the expected behavior?
should return a 0 exit code
What do you see instead?
exit code 1
Additional information
No response
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.test_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.