mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-21 02:11:11 +00:00
Skip install and enable vscode-smoketest-check extension (#293111)
See https://github.com/microsoft/vscode/issues/293108
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user