Skip to content

Commit

Permalink
Fix #124335
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Kearl committed Apr 4, 2022
1 parent 91620c7 commit ee8535e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/smoke/src/areas/search/search.test.ts
Expand Up @@ -19,15 +19,6 @@ export function setup(logger: Logger) {
retry(async () => cp.execSync('git reset --hard HEAD --quiet', { cwd: app.workspacePathOrFolder }), 0, 5);
});

// https://github.com/microsoft/vscode/issues/124146
it.skip /* https://github.com/microsoft/vscode/issues/124335 */('has a tooltp with a keybinding', async function () {
const app = this.app as Application;
const tooltip: string = await app.workbench.search.getSearchTooltip();
if (!/Search \(.+\)/.test(tooltip)) {
throw Error(`Expected search tooltip to contain keybinding but got ${tooltip}`);
}
});

it('searches for body & checks for correct result number', async function () {
const app = this.app as Application;
await app.workbench.search.openSearchViewlet();
Expand Down

0 comments on commit ee8535e

Please sign in to comment.