skip flaky test (#11526)

This commit is contained in:
Shreya Keshive
2025-10-20 12:25:22 -07:00
committed by GitHub
parent 9a4c045518
commit a96f065903

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');