Disabling flaky test for sandbox (#311113)

disabling flaky test for sandbox
This commit is contained in:
dileepyavan
2026-04-17 16:41:30 -07:00
committed by GitHub
parent d4201f7e8f
commit 9684342937

View File

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