preload - revert retry logic which does not seem to help

This commit is contained in:
Benjamin Pasero
2022-04-14 08:14:40 +02:00
parent a7a7f209ad
commit 55759234d7
4 changed files with 11 additions and 57 deletions
@@ -13,6 +13,8 @@ export function setup(logger: Logger) {
installAllHandlers(logger);
it('install and enable vscode-smoketest-check extension', async function () {
this.retries(3); // https://github.com/microsoft/vscode/issues/146800
const app = this.app as Application;
await app.workbench.extensions.openExtensionsViewlet();
@@ -14,6 +14,8 @@ export function setup(logger: Logger) {
installAllHandlers(logger);
it('starts with "DE" locale and verifies title and viewlets text is in German', async function () {
this.retries(3); // https://github.com/microsoft/vscode/issues/146800
const app = this.app as Application;
await app.workbench.extensions.openExtensionsViewlet();
await app.workbench.extensions.installExtension('ms-ceintl.vscode-language-pack-de', false);