mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-19 14:22:19 +01:00
Skip extension smoketest (#204775)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user