Fix smoke test (#204836)

fix smoke test
This commit is contained in:
Benjamin Christopher Simmonds
2024-02-09 16:47:22 +01:00
committed by GitHub
parent 5c3082d584
commit 5b8fe0ed3e
2 changed files with 7 additions and 2 deletions
@@ -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);