Disable broken smoke test #123621

This commit is contained in:
Rob Lourens 2021-05-11 19:25:58 -07:00
parent b847eb35e7
commit 5c22e55a74

View file

@ -18,7 +18,7 @@ export function setup() {
await app.code.waitForElements('.line-numbers', false, result => !result || result.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);