This commit is contained in:
Benjamin Pasero 2022-02-02 16:51:51 +01:00
parent 5c70859065
commit 77a93b43e9
No known key found for this signature in database
GPG key ID: E6380CC4C8219E65

View file

@ -12,7 +12,7 @@ export function setup(logger: Logger) {
// Shared before/after handling
installAllHandlers(logger);
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 () { // TODO@sandy081 https://github.com/microsoft/vscode/issues/141054
const app = this.app as Application;
await app.workbench.settingsEditor.openUserSettingsFile();