Skip for now CLI smoke tests (#320097)

* Skip for now CLI smoke tests

* skip the correct one

* fix typo
This commit is contained in:
Alexandru Dima
2026-06-05 15:12:36 +02:00
committed by GitHub
parent 8903c3b977
commit 0035c783ec
2 changed files with 2 additions and 2 deletions
@@ -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();
+1 -1
View File
@@ -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();