From 9684342937e1f96d000ee246f73bc7753c3dbc84 Mon Sep 17 00:00:00 2001 From: dileepyavan <52841896+dileepyavan@users.noreply.github.com> Date: Fri, 17 Apr 2026 16:41:30 -0700 Subject: [PATCH] Disabling flaky test for sandbox (#311113) disabling flaky test for sandbox --- .../src/singlefolder-tests/chat.runInTerminal.test.ts | 2 +- 1 file changed, 1 insertion(+), 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 c4cd0ba1e8b..7e93cb0b298 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 @@ -356,7 +356,7 @@ function extractTextContent(result: vscode.LanguageModelToolResult): string { assert.ok(trimmed.endsWith(marker), `Unexpected output: ${JSON.stringify(trimmed)}`); }); - test('cannot write to /tmp', async function () { + test.skip('cannot write to /tmp', async function () { this.timeout(60000); const marker = `SANDBOX_TMP_${Date.now()}`;