#141054 enable the tests and keep debugging

This commit is contained in:
Sandeep Somavarapu 2022-01-28 13:50:09 +01:00
parent b8178e3e2f
commit d4e08c85a9
No known key found for this signature in database
GPG key ID: 1FED25EC4646638B

View file

@ -8,7 +8,7 @@ import { Application, ActivityBarPosition, Logger } from '../../../../automation
import { installAllHandlers } from '../../utils';
export function setup(logger: Logger) {
describe.skip('Preferences', () => { // TODO@sandy081 TODO@roblourens https://github.com/microsoft/vscode/issues/141054
describe('Preferences', () => {
// Shared before/after handling
installAllHandlers(logger);