fix(infra) - Disable CTRL-C test (#11122)

Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
This commit is contained in:
shishu314
2025-10-14 14:10:53 -04:00
committed by GitHub
parent a6720d6007
commit 49b66733c2

View File

@@ -8,7 +8,7 @@ import { describe, it, expect } from 'vitest';
import * as os from 'node:os';
import { TestRig } from './test-helper.js';
describe('Ctrl+C exit', () => {
describe.skip('Ctrl+C exit', () => {
it('should exit gracefully on second Ctrl+C', async () => {
const rig = new TestRig();
await rig.setup('should exit gracefully on second Ctrl+C');