mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
fix(infra) - Disable CTRL-C test (#11122)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
This commit is contained in:
@@ -8,7 +8,7 @@ import { describe, it, expect } from 'vitest';
|
|||||||
import * as os from 'node:os';
|
import * as os from 'node:os';
|
||||||
import { TestRig } from './test-helper.js';
|
import { TestRig } from './test-helper.js';
|
||||||
|
|
||||||
describe('Ctrl+C exit', () => {
|
describe.skip('Ctrl+C exit', () => {
|
||||||
it('should exit gracefully on second Ctrl+C', async () => {
|
it('should exit gracefully on second Ctrl+C', async () => {
|
||||||
const rig = new TestRig();
|
const rig = new TestRig();
|
||||||
await rig.setup('should exit gracefully on second Ctrl+C');
|
await rig.setup('should exit gracefully on second Ctrl+C');
|
||||||
|
|||||||
Reference in New Issue
Block a user