Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Imms <2193314+Tyriar@users.noreply.github.com>2022-05-25 16:35:27 +0300
committerGitHub <noreply@github.com>2022-05-25 16:35:27 +0300
commitd4f428940feed7fc3215ee4550c5370b23f8e5f2 (patch)
treecdc3662f4fbf5c7575ef5b9116dca210c745f2d8 /test
parentbd35124357e4b81f6447fbe4d07137dd1aff38f7 (diff)
parent73dda0c06add139307f6be753cea50028bcde05b (diff)
Merge branch 'main' into tyriar/149324tyriar/149324
Diffstat (limited to 'test')
-rw-r--r--test/smoke/src/areas/workbench/localization.test.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/smoke/src/areas/workbench/localization.test.ts b/test/smoke/src/areas/workbench/localization.test.ts
index be81bb17d4c..a6c86ba20d1 100644
--- a/test/smoke/src/areas/workbench/localization.test.ts
+++ b/test/smoke/src/areas/workbench/localization.test.ts
@@ -9,11 +9,11 @@ import { installAllHandlers } from '../../utils';
export function setup(logger: Logger) {
describe('Localization', () => {
-
// Shared before/after handling
installAllHandlers(logger);
- it('starts with "DE" locale and verifies title and viewlets text is in German', async function () {
+ // 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 () {
const app = this.app as Application;
await app.workbench.extensions.openExtensionsViewlet();