Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/smoke/src/areas/workbench/localization.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down