From a96f065903c5a0ee7c782f05e05c83a0ac4e7746 Mon Sep 17 00:00:00 2001 From: Shreya Keshive Date: Mon, 20 Oct 2025 12:25:22 -0700 Subject: [PATCH] skip flaky test (#11526) --- integration-tests/ctrl-c-exit.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/ctrl-c-exit.test.ts b/integration-tests/ctrl-c-exit.test.ts index 24af7c47d6..3d95f11bb9 100644 --- a/integration-tests/ctrl-c-exit.test.ts +++ b/integration-tests/ctrl-c-exit.test.ts @@ -9,7 +9,7 @@ import * as os from 'node:os'; import { TestRig } from './test-helper.js'; describe('Ctrl+C exit', () => { - it('should exit gracefully on second Ctrl+C', async () => { + it.skip('should exit gracefully on second Ctrl+C', async () => { const rig = new TestRig(); await rig.setup('should exit gracefully on second Ctrl+C');