Skip to content

Commit 290a115

Browse files
authored
disable frequently failing chat-suite (microsoft#203430)
microsoft#203429
1 parent a1168b1 commit 290a115

File tree

1 file changed

+2
-1
lines changed
  • extensions/vscode-api-tests/src/singlefolder-tests

1 file changed

+2
-1
lines changed

extensions/vscode-api-tests/src/singlefolder-tests/chat.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import 'mocha';
88
import { CancellationToken, chat, ChatAgentRequest, ChatVariableLevel, Disposable, interactive, InteractiveSession, ProviderResult } from 'vscode';
99
import { assertNoRpc, closeAllEditors, DeferredPromise, disposeAll } from '../utils';
1010

11-
suite('chat', () => {
11+
suite.skip('chat', () => {
12+
1213
let disposables: Disposable[] = [];
1314
setup(() => {
1415
disposables = [];

0 commit comments

Comments
 (0)