mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 07:16:41 +01:00
Skip for now CLI smoke tests (#320097)
* Skip for now CLI smoke tests * skip the correct one * fix typo
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user