Re-enable shell integration tests for macOS

Fixes #149757
This commit is contained in:
Daniel Imms 2022-05-20 11:41:17 -07:00
parent 279b7a8633
commit 351b4a914e
No known key found for this signature in database
GPG key ID: E5CF412B63651C69

View file

@ -26,8 +26,7 @@ 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
// TODO: Fix on macOS, not sure reason for failing https://github.com/microsoft/vscode/issues/149757
describe.skip('Decorations', function () {
(process.platform === 'win32' || process.platform === 'linux' ? describe.skip : describe)('Decorations', function () {
describe('Should show default icons', function () {
it('Placeholder', async () => {
await terminal.createTerminal();