skip flaky test (#11526)

This commit is contained in:
Shreya Keshive
2025-10-20 12:25:22 -07:00
committed by GitHub
parent e4094654ce
commit 72e0f32785
+1 -1
View File
@@ -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');