diff --git a/packages/account/src/test-utils/launchNode.test.ts b/packages/account/src/test-utils/launchNode.test.ts index 44f1fe08b70..163d45fde92 100644 --- a/packages/account/src/test-utils/launchNode.test.ts +++ b/packages/account/src/test-utils/launchNode.test.ts @@ -128,7 +128,7 @@ describe('launchNode', () => { cleanup(); }); - test.only('calling cleanup multiple times does not retry process killing', async () => { + test('calling cleanup multiple times does not retry process killing', async () => { const killSpy = vi.spyOn(process, 'kill'); const { cleanup } = await launchNode();