Disable flaky search smoke test #137195

This commit is contained in:
Rob Lourens 2021-11-22 12:43:40 -08:00
parent a44d73cc29
commit 3bac53642b

View file

@ -56,7 +56,7 @@ export function setup(opts: minimist.ParsedArgs) {
await app.workbench.search.waitForResultText('12 results in 4 files');
});
it('replaces first search result with a replace term', async function () {
it.skip('replaces first search result with a replace term', async function () {
const app = this.app as Application;
await app.workbench.search.searchFor('body');