diff --git a/test/smoke/src/areas/chat/chatSessions.test.ts b/test/smoke/src/areas/chat/chatSessions.test.ts index 84584369baa..8c6030a5291 100644 --- a/test/smoke/src/areas/chat/chatSessions.test.ts +++ b/test/smoke/src/areas/chat/chatSessions.test.ts @@ -81,7 +81,7 @@ export function setup(logger: Logger) { await mockServer?.close(); }); - it('Test Copilot CLI session', async function () { + it.skip('Test Copilot CLI session', async function () { const app = this.app as Application; const requestsBefore = mockServer.requestCount(); diff --git a/test/smoke/src/areas/chat/copilotCli.test.ts b/test/smoke/src/areas/chat/copilotCli.test.ts index be1b1d6ce0c..89b41ff356e 100644 --- a/test/smoke/src/areas/chat/copilotCli.test.ts +++ b/test/smoke/src/areas/chat/copilotCli.test.ts @@ -63,7 +63,7 @@ export function setup(logger: Logger) { await mockServer?.close(); }); - it('opens a Copilot CLI session and receives a response', async function () { + it.skip('opens a Copilot CLI session and receives a response', async function () { const app = this.app as Application; const requestsBefore = mockServer.requestCount();