Disable changes "workbench.action.toggleSidebarPosition" command key binding and verifies it (#239820)

This commit is contained in:
Alex Ross 2025-02-06 18:18:24 +01:00 committed by GitHub
parent a7d1ab501b
commit cf46a56bd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ export function setup(logger: Logger) {
await app.code.waitForElements('.line-numbers', false, elements => !elements || elements.length === 0);
});
it('changes "workbench.action.toggleSidebarPosition" command key binding and verifies it', async function () {
it.skip('changes "workbench.action.toggleSidebarPosition" command key binding and verifies it', async function () {
const app = this.app as Application;
await app.workbench.activitybar.waitForActivityBar(ActivityBarPosition.LEFT);