From 9a7a7b6191eca3c6fd67e6fc91b27c0057d4d690 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Mon, 9 May 2022 12:28:14 -0700 Subject: [PATCH] Re-skip smoke test (#149113) --- test/smoke/src/areas/search/search.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smoke/src/areas/search/search.test.ts b/test/smoke/src/areas/search/search.test.ts index d544cdde350..28796e9b0d7 100644 --- a/test/smoke/src/areas/search/search.test.ts +++ b/test/smoke/src/areas/search/search.test.ts @@ -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');