Skip extension smoketest (#204775)

This commit is contained in:
Logan Ramos
2024-02-08 22:14:55 +01:00
committed by GitHub
parent 73058072bf
commit bcf9b4ff0f
@@ -12,7 +12,7 @@ export function setup(logger: Logger) {
// Shared before/after handling
installAllHandlers(logger);
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);