Skip to content

Commit d4e06aa

Browse files
committed
Disable windows shell integration tests only
1 parent b77fecf commit d4e06aa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/smoke/src/areas/terminal/terminal-shellIntegration.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ export function setup() {
3232
await terminal.runCommandWithValue(TerminalCommandIdWithValue.NewWithProfile, process.platform === 'win32' ? 'PowerShell' : 'bash');
3333
}
3434

35-
describe(`Shell integration ${i}`, function () {
35+
// TODO: Some agents may not have pwsh installed?
36+
(process.platform === 'win32' ? describe.skip : describe)(`Shell integration`, function () {
3637
describe('Decorations', function () {
3738
describe('Should show default icons', function () {
3839

0 commit comments

Comments
 (0)