mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 02:54:31 -07:00
fix(tests): enable cyclic schema MCP tool test (#10912)
This commit is contained in:
@@ -16,7 +16,7 @@ describe.skip('Ctrl+C exit', () => {
|
||||
const run = await rig.runInteractive();
|
||||
|
||||
// Send first Ctrl+C
|
||||
run.type('\x03');
|
||||
run.sendKeys('\x03');
|
||||
|
||||
await run.expectText('Press Ctrl+C again to exit', 5000);
|
||||
|
||||
@@ -40,7 +40,7 @@ describe.skip('Ctrl+C exit', () => {
|
||||
}
|
||||
|
||||
// Send second Ctrl+C
|
||||
run.type('\x03');
|
||||
run.sendKeys('\x03');
|
||||
|
||||
const exitCode = await run.expectExit();
|
||||
expect(exitCode, `Process exited with code ${exitCode}.`).toBe(0);
|
||||
|
||||
Reference in New Issue
Block a user