Skip to content

Commit 79f9a8b

Browse files
Remove only in tests
1 parent 007b6ee commit 79f9a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/unittest/hooks/childProcessAttachHandler.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ suite('Debug - Child Process', () => {
4242
await handler.handleCustomEvent({ event: DebuggerEvents.DebugpyAttachToSubprocess, body, session });
4343
verify(attachService.attach(body, session)).never();
4444
});
45-
test.only('Exceptions are not bubbled up if exceptions are thrown', async () => {
45+
test('Exceptions are not bubbled up if exceptions are thrown', async () => {
4646
const attachService = mock(ChildProcessAttachService);
4747
const handler = new ChildProcessAttachEventHandler(instance(attachService));
4848
const body: AttachRequestArguments = {

0 commit comments

Comments
 (0)