We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451fe83 commit 15021b2Copy full SHA for 15021b2
smoke/src/areas/preferences/preferences.test.ts
@@ -13,7 +13,7 @@ export function setup(logger: Logger) {
13
// Shared before/after handling
14
installAllHandlers(logger);
15
16
- it('turns off editor line numbers and verifies the live change', async function () {
+ it.skip('turns off editor line numbers and verifies the live change', async function () { // https://github.com/microsoft/vscode/issues/141054
17
const app = this.app as Application;
18
await app.workbench.quickaccess.openFile(join(app.workspacePathOrFolder, 'app.js'));
19
await app.code.waitForElements('.line-numbers', false, elements => !!elements.length);
0 commit comments