Disable windows shell integration tests only

This commit is contained in:
Daniel Imms 2022-06-15 20:29:32 -07:00
parent b77fecfa10
commit d4e06aaa2b
No known key found for this signature in database
GPG key ID: E5CF412B63651C69

View file

@ -32,7 +32,8 @@ export function setup() {
await terminal.runCommandWithValue(TerminalCommandIdWithValue.NewWithProfile, process.platform === 'win32' ? 'PowerShell' : 'bash');
}
describe(`Shell integration ${i}`, function () {
// TODO: Some agents may not have pwsh installed?
(process.platform === 'win32' ? describe.skip : describe)(`Shell integration`, function () {
describe('Decorations', function () {
describe('Should show default icons', function () {