mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Disable windows shell integration tests only
This commit is contained in:
@@ -32,7 +32,8 @@ export function setup() {
|
|||||||
await terminal.runCommandWithValue(TerminalCommandIdWithValue.NewWithProfile, process.platform === 'win32' ? 'PowerShell' : 'bash');
|
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('Decorations', function () {
|
||||||
describe('Should show default icons', function () {
|
describe('Should show default icons', function () {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user