diff --git a/src/ui-test/treeview.ts b/src/ui-test/treeview.ts index 92e1d47..099c6c0 100644 --- a/src/ui-test/treeview.ts +++ b/src/ui-test/treeview.ts @@ -226,7 +226,7 @@ describe('ActivityBar', () => { expect(action).not.undefined; }); - it('open the settings', async () => { + it.skip('open the settings', async () => { const expectedCommandName = getButtonTitle("osc.openParameter"); action = await titlePart.getAction(expectedCommandName); await action.click();