diff --git a/integration-tests/ctrl-c-exit.test.ts b/integration-tests/ctrl-c-exit.test.ts index f3f3a74504..e97879f2cd 100644 --- a/integration-tests/ctrl-c-exit.test.ts +++ b/integration-tests/ctrl-c-exit.test.ts @@ -17,7 +17,7 @@ describe('Ctrl+C exit', () => { afterEach(async () => await rig.cleanup()); - it('should exit gracefully on second Ctrl+C', async () => { + it.skip('should exit gracefully on second Ctrl+C', async () => { await rig.setup('should exit gracefully on second Ctrl+C', { settings: { tools: { useRipgrep: false } }, });