Skip to content

Commit 2a147f2

Browse files
committed
microsoft#141054 enable the tests and keep debugging
1 parent 98eef3e commit 2a147f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke/src/areas/preferences/preferences.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Application, ActivityBarPosition, Logger } from '../../../../automation
88
import { installAllHandlers } from '../../utils';
99

1010
export function setup(logger: Logger) {
11-
describe.skip('Preferences', () => { // TODO@sandy081 TODO@roblourens https://github.com/microsoft/vscode/issues/141054
11+
describe('Preferences', () => {
1212

1313
// Shared before/after handling
1414
installAllHandlers(logger);

0 commit comments

Comments
 (0)