Skip to content

Commit 61861d7

Browse files
skip localization test until localized strings are present (microsoft#150326)
1 parent 7635c51 commit 61861d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/smoke/src/areas/workbench/localization.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import { installAllHandlers } from '../../utils';
99
export function setup(logger: Logger) {
1010

1111
describe('Localization', () => {
12-
1312
// Shared before/after handling
1413
installAllHandlers(logger);
1514

16-
it('starts with "DE" locale and verifies title and viewlets text is in German', async function () {
15+
// skipped until translations are available https://github.com/microsoft/vscode/issues/150324
16+
it.skip('starts with "DE" locale and verifies title and viewlets text is in German', async function () {
1717
const app = this.app as Application;
1818

1919
await app.workbench.extensions.openExtensionsViewlet();

0 commit comments

Comments
 (0)