Skip extension smoketest (#204775)

This commit is contained in:
Logan Ramos 2024-02-08 14:14:55 -07:00 committed by GitHub
parent 73058072bf
commit bcf9b4ff0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);