skip flakey sandbox test for now (#306417)

part of #305722
This commit is contained in:
Megan Rogge
2026-03-30 17:57:09 -04:00
committed by GitHub
parent 8880ef4f9f
commit 61e3ba6f04

View File

@@ -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()}`;