Skip to content

Commit 7d0fd73

Browse files
committed
smoke - skip microsoft#141054
1 parent 42a8d04 commit 7d0fd73

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
@@ -12,7 +12,7 @@ export function setup(logger: Logger) {
1212
// Shared before/after handling
1313
installAllHandlers(logger);
1414

15-
it('turns off editor line numbers and verifies the live change', async function () {
15+
it.skip('turns off editor line numbers and verifies the live change', async function () { // TODO@sandy081 https://github.com/microsoft/vscode/issues/141054
1616
const app = this.app as Application;
1717

1818
await app.workbench.settingsEditor.openUserSettingsFile();

0 commit comments

Comments
 (0)