From e5a10ca55d6c27e8b71edf89436568b796d90e3e Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Tue, 9 Mar 2021 11:16:04 -0800 Subject: [PATCH] Skip search tests while diagnosing flakeyness --- 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 77bcc40efb4..ba3d796b304 100644 --- a/test/smoke/src/areas/search/search.test.ts +++ b/test/smoke/src/areas/search/search.test.ts @@ -7,7 +7,7 @@ import * as cp from 'child_process'; import { Application } from '../../../../automation'; export function setup() { - describe('Search', () => { + describe.skip('Search', () => { after(function () { const app = this.app as Application; cp.execSync('git checkout . --quiet', { cwd: app.workspacePathOrFolder });