From 04d4310a8a5fbb8e9318f7ad5caca48f74ca5793 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Tue, 2 Feb 2021 08:20:07 +0100 Subject: [PATCH] fix smoketest (#115586) --- 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 15257e6bfdb..82b8bde143c 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() { const app = this.app as Application; await app.workbench.search.searchFor('body'); - await app.workbench.search.expandReplace(); + // await app.workbench.search.expandReplace(); https://github.com/microsoft/vscode/issues/115586 await app.workbench.search.setReplaceText('ydob'); await app.workbench.search.replaceFileMatch('app.js'); await app.workbench.search.waitForResultText('12 results in 4 files');