mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
Disable failing IDE tests. (#6481)
This commit is contained in:
@@ -14,7 +14,7 @@ import { IdeClient } from '../packages/core/src/ide/ide-client.js';
|
|||||||
|
|
||||||
import { TestMcpServer } from './test-mcp-server.js';
|
import { TestMcpServer } from './test-mcp-server.js';
|
||||||
|
|
||||||
describe('IdeClient', () => {
|
describe.skip('IdeClient', () => {
|
||||||
it('reads port from file and connects', async () => {
|
it('reads port from file and connects', async () => {
|
||||||
const server = new TestMcpServer();
|
const server = new TestMcpServer();
|
||||||
const port = await server.start();
|
const port = await server.start();
|
||||||
@@ -111,7 +111,7 @@ describe('IdeClient fallback connection logic', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('getIdeProcessId', () => {
|
describe.skip('getIdeProcessId', () => {
|
||||||
let child: ChildProcess;
|
let child: ChildProcess;
|
||||||
|
|
||||||
afterEach(() => {
|
afterEach(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user