From d4e08c85a9e7babe1228bebf3c2858d580198c53 Mon Sep 17 00:00:00 2001 From: Sandeep Somavarapu Date: Fri, 28 Jan 2022 13:50:09 +0100 Subject: [PATCH] #141054 enable the tests and keep debugging --- test/smoke/src/areas/preferences/preferences.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smoke/src/areas/preferences/preferences.test.ts b/test/smoke/src/areas/preferences/preferences.test.ts index b328967dac2..fbde2686089 100644 --- a/test/smoke/src/areas/preferences/preferences.test.ts +++ b/test/smoke/src/areas/preferences/preferences.test.ts @@ -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);