Move label about for #115244 after more tests are failing

This commit is contained in:
Jackson Kearl 2021-03-09 11:20:36 -08:00
parent f8a6f90dea
commit 9eceb50498
No known key found for this signature in database
GPG key ID: DA09A59C409FC400

View file

@ -7,6 +7,7 @@ import * as cp from 'child_process';
import { Application } from '../../../../automation';
export function setup() {
// https://github.com/microsoft/vscode/issues/115244
describe.skip('Search', () => {
after(function () {
const app = this.app as Application;
@ -34,7 +35,6 @@ export function setup() {
await app.workbench.search.hideQueryDetails();
});
// https://github.com/microsoft/vscode/issues/115244
it.skip('dismisses result & checks for correct result number', async function () {
const app = this.app as Application;
await app.workbench.search.searchFor('body');