From 0035c783eccf8a2efbdb972dfe62becb51f11fc6 Mon Sep 17 00:00:00 2001 From: Alexandru Dima Date: Fri, 5 Jun 2026 15:12:36 +0200 Subject: [PATCH] Skip for now CLI smoke tests (#320097) * Skip for now CLI smoke tests * skip the correct one * fix typo --- test/smoke/src/areas/chat/chatSessions.test.ts | 2 +- test/smoke/src/areas/chat/copilotCli.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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();