mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
committed by
GitHub
parent
5c3082d584
commit
5b8fe0ed3e
@@ -12,7 +12,7 @@ export function setup(logger: Logger) {
|
||||
// Shared before/after handling
|
||||
installAllHandlers(logger);
|
||||
|
||||
it.skip('install and enable vscode-smoketest-check extension', async function () {
|
||||
it('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