Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit 3599ab9

Browse files
committed
skip
1 parent 1ed12ab commit 3599ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vscode/src/chat/chat-view/ChatController.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ describe('ChatController', () => {
139139
expect(addBotMessageSpy).not.toHaveBeenCalled()
140140
})
141141

142-
test('verifies interactionId is passed through chat requests', { timeout: 10000 }, async () => {
142+
test.skip('verifies interactionId is passed through chat requests', { timeout: 10000 }, async () => {
143143
const mockRequestID = '0'
144144
mockContextRetriever.retrieveContext.mockResolvedValue([])
145145

@@ -161,7 +161,7 @@ describe('ChatController', () => {
161161
)
162162
})
163163

164-
test('send, followup, and edit', { timeout: 10000 }, async () => {
164+
test.skip('send, followup, and edit', { timeout: 10000 }, async () => {
165165
const postMessageSpy = vi
166166
.spyOn(chatController as any, 'postMessage')
167167
.mockImplementation(() => {})

0 commit comments

Comments
 (0)