diff --git a/src/vs/base/test/node/powershell.test.ts b/src/vs/base/test/node/powershell.test.ts index 4e0b7109d4d..caa3067210f 100644 --- a/src/vs/base/test/node/powershell.test.ts +++ b/src/vs/base/test/node/powershell.test.ts @@ -39,7 +39,7 @@ if (platform.isWindows) { checkPath(exePath!); }); - test('Can enumerate PowerShells', async () => { + test.skip('Can enumerate PowerShells', async () => { // https://github.com/microsoft/vscode/issues/114248 const pwshs = new Array(); for await (const p of enumeratePowerShellInstallations()) { pwshs.push(p);