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 });