Skip to content

Commit b177d8a

Browse files
authored
Skip flaky terminal test (#306667)
1 parent 2bd1a56 commit b177d8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/vscode-api-tests/src/singlefolder-tests/chat.runInTerminal.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ function extractTextContent(result: vscode.LanguageModelToolResult): string {
249249
assert.ok(acceptable.includes(output.trim()), `Unexpected output: ${JSON.stringify(output.trim())}`);
250250
});
251251

252-
(isWindows ? test : test.skip)('&& operators are converted to ; on PowerShell', async function () {
252+
(isWindows ? test.skip : test.skip)('&& operators are converted to ; on PowerShell', async function () {
253253
this.timeout(60000);
254254

255255
const m1 = `CHAIN_${Date.now()}_A`;

0 commit comments

Comments
 (0)