mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-31 00:10:04 +08:00
Disabling flaky test for sandbox (#311113)
disabling flaky test for sandbox
This commit is contained in:
@@ -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()}`;
|
||||
|
||||
Reference in New Issue
Block a user