From 61e3ba6f0478142386500e4d17fc04ee319c8dcd Mon Sep 17 00:00:00 2001 From: Megan Rogge Date: Mon, 30 Mar 2026 17:57:09 -0400 Subject: [PATCH] skip flakey sandbox test for now (#306417) part of #305722 --- .../src/singlefolder-tests/chat.runInTerminal.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/vscode-api-tests/src/singlefolder-tests/chat.runInTerminal.test.ts b/extensions/vscode-api-tests/src/singlefolder-tests/chat.runInTerminal.test.ts index 6fcfb7f48c7..e368767914a 100644 --- a/extensions/vscode-api-tests/src/singlefolder-tests/chat.runInTerminal.test.ts +++ b/extensions/vscode-api-tests/src/singlefolder-tests/chat.runInTerminal.test.ts @@ -306,7 +306,8 @@ function extractTextContent(result: vscode.LanguageModelToolResult): string { await configuration.update('chat.agent.sandbox', undefined, vscode.ConfigurationTarget.Global); }); - test('echo works in sandbox and output is clean', async function () { + // Flaky: #305722 + test.skip('echo works in sandbox and output is clean', async function () { this.timeout(60000); const marker = `SANDBOX_ECHO_${Date.now()}`;