mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 23:35:54 +01:00
@@ -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()}`;
|
||||
|
||||
Reference in New Issue
Block a user