Skip search tests while diagnosing flakeyness

This commit is contained in:
Jackson Kearl 2021-03-09 11:16:04 -08:00
parent 88655de610
commit e5a10ca55d
No known key found for this signature in database
GPG key ID: DA09A59C409FC400

View file

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