From ac229ced0739c2ff1e5e571cd433b055f8d0f098 Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Mon, 8 Mar 2021 19:31:33 -0800 Subject: [PATCH] Revert "Reenable smoke test to see if still flakey" #115244 This reverts commit 5d80c30e5b6ce8b2f5336ed55ad043490b0b818f. --- 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 444a9157aa2..77bcc40efb4 100644 --- a/test/smoke/src/areas/search/search.test.ts +++ b/test/smoke/src/areas/search/search.test.ts @@ -35,7 +35,7 @@ export function setup() { }); // https://github.com/microsoft/vscode/issues/115244 - it('dismisses result & checks for correct result number', async function () { + it.skip('dismisses result & checks for correct result number', async function () { const app = this.app as Application; await app.workbench.search.searchFor('body'); await app.workbench.search.removeFileMatch('app.js');