Compare commits

...

1 Commits

Author SHA1 Message Date
galz10 2fa731514b test(integration): skip flaky 'should exit gracefully on second Ctrl+C' test
This test is currently flaky on macOS and is causing E2E test failures in CI.
2026-03-24 17:04:34 -07:00
+1 -1
View File
@@ -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 } },
});