Skip install and enable vscode-smoketest-check extension (#293111)

See https://github.com/microsoft/vscode/issues/293108
This commit is contained in:
Alex Ross
2026-02-05 15:53:55 +01:00
committed by GitHub
parent da60cfc537
commit 833ea644b8

View File

@@ -16,7 +16,7 @@ export function setup(logger: Logger) {
return opts;
});
it('install and enable vscode-smoketest-check extension', async function () {
it.skip('install and enable vscode-smoketest-check extension', async function () {
const app = this.app as Application;
await app.workbench.extensions.installExtension('ms-vscode.vscode-smoketest-check', true);