We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7635c51 commit 61861d7Copy full SHA for 61861d7
test/smoke/src/areas/workbench/localization.test.ts
@@ -9,11 +9,11 @@ import { installAllHandlers } from '../../utils';
9
export function setup(logger: Logger) {
10
11
describe('Localization', () => {
12
-
13
// Shared before/after handling
14
installAllHandlers(logger);
15
16
- 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 () {
17
const app = this.app as Application;
18
19
await app.workbench.extensions.openExtensionsViewlet();
0 commit comments