Skip to content

Commit 15021b2

Browse files
committed
smoke - skip flaky one (microsoft#141054)
1 parent 451fe83 commit 15021b2

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

16-
it('turns off editor line numbers and verifies the live change', async function () {
16+
it.skip('turns off editor line numbers and verifies the live change', async function () { // https://github.com/microsoft/vscode/issues/141054
1717
const app = this.app as Application;
1818
await app.workbench.quickaccess.openFile(join(app.workspacePathOrFolder, 'app.js'));
1919
await app.code.waitForElements('.line-numbers', false, elements => !!elements.length);

0 commit comments

Comments
 (0)