Re-skip smoke test (#149113)

This commit is contained in:
Rob Lourens 2022-05-09 12:28:14 -07:00 committed by GitHub
parent 73ccdb7675
commit 9a7a7b6191
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ export function setup(logger: Logger) {
await app.workbench.search.removeFileMatch('app.js', '2 results in 2 files');
});
it('replaces first search result with a replace term', async function () {
it.skip('replaces first search result with a replace term', async function () { // TODO@roblourens https://github.com/microsoft/vscode/issues/137195
const app = this.app as Application;
await app.workbench.search.searchFor('body');