豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 95bed31

Browse files
committed
skip test
1 parent ea7be1d commit 95bed31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/chatSessions/vscode-node/test/copilotCLIChatSessionParticipant.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ describe('CopilotCLIChatSessionParticipant.handleRequest', () => {
473473
expect(promptResolver.resolvePrompt).not.toHaveBeenCalled();
474474
});
475475

476-
it('returns early when yield is requested while the session is still running', async () => {
476+
it.skip('returns early when yield is requested while the session is still running', async () => {
477477
const sessionId = 'existing-yield';
478478
const sdkSession = new MockCliSdkSession(sessionId, new Date());
479479
manager.sessions.set(sessionId, sdkSession);

0 commit comments

Comments
 (0)