From cf46a56bd49fbe0abf64fa284f4ae394380cc8d1 Mon Sep 17 00:00:00 2001 From: Alex Ross Date: Thu, 6 Feb 2025 18:18:24 +0100 Subject: [PATCH] Disable changes "workbench.action.toggleSidebarPosition" command key binding and verifies it (#239820) --- test/smoke/src/areas/preferences/preferences.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smoke/src/areas/preferences/preferences.test.ts b/test/smoke/src/areas/preferences/preferences.test.ts index 14f618ef30a..02d5cdeac05 100644 --- a/test/smoke/src/areas/preferences/preferences.test.ts +++ b/test/smoke/src/areas/preferences/preferences.test.ts @@ -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);