diff options
| author | cornmander <[email protected]> | 2025-08-18 13:51:44 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-18 17:51:44 +0000 |
| commit | 1a0cc68e29672e3f9a2dce6ad267c1bcb428a434 (patch) | |
| tree | 8be75f6fb6555f6dad2d8204aac55feb7470c100 /integration-tests/ide-client.test.ts | |
| parent | 0215811c4c899c75e3c216a6c96b7e6cad67d2da (diff) | |
Disable failing IDE tests. (#6481)
Diffstat (limited to 'integration-tests/ide-client.test.ts')
| -rw-r--r-- | integration-tests/ide-client.test.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration-tests/ide-client.test.ts b/integration-tests/ide-client.test.ts index ce1290b7..310f94f4 100644 --- a/integration-tests/ide-client.test.ts +++ b/integration-tests/ide-client.test.ts @@ -14,7 +14,7 @@ import { IdeClient } from '../packages/core/src/ide/ide-client.js'; import { TestMcpServer } from './test-mcp-server.js'; -describe('IdeClient', () => { +describe.skip('IdeClient', () => { it('reads port from file and connects', async () => { const server = new TestMcpServer(); const port = await server.start(); @@ -111,7 +111,7 @@ describe('IdeClient fallback connection logic', () => { }); }); -describe('getIdeProcessId', () => { +describe.skip('getIdeProcessId', () => { let child: ChildProcess; afterEach(() => { |
