Skip shell integration smoke tests on mac as well

Part of #149757
This commit is contained in:
Daniel Imms 2022-05-17 12:14:54 -07:00
parent 18cf3d01ed
commit ca4db53d71
No known key found for this signature in database
GPG key ID: E5CF412B63651C69

View file

@ -26,7 +26,8 @@ export function setup() {
describe('Shell integration', function () {
// TODO: Fix on Linux, some distros use sh as the default shell in which case shell integration will fail
(process.platform === 'win32' || process.platform === 'linux' ? describe.skip : describe)('Decorations', function () {
// TODO: Fix on macOS, not sure reason for failing https://github.com/microsoft/vscode/issues/149757
describe.skip('Decorations', function () {
describe('Should show default icons', function () {
it('Placeholder', async () => {
await terminal.createTerminal();