diff --git a/test/smoke/src/areas/workbench/localization.test.ts b/test/smoke/src/areas/workbench/localization.test.ts index a6c86ba20d1..4a5b62d8d7a 100644 --- a/test/smoke/src/areas/workbench/localization.test.ts +++ b/test/smoke/src/areas/workbench/localization.test.ts @@ -12,8 +12,7 @@ export function setup(logger: Logger) { // Shared before/after handling installAllHandlers(logger); - // skipped until translations are available https://github.com/microsoft/vscode/issues/150324 - it.skip('starts with "DE" locale and verifies title and viewlets text is in German', async function () { + it('starts with "DE" locale and verifies title and viewlets text is in German', async function () { const app = this.app as Application; await app.workbench.extensions.openExtensionsViewlet();