Skip to content

Commit

Permalink
skip failing performance suite (#130287)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Apr 14, 2022
1 parent 19ed205 commit 3210f11
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import { FtrProviderContext } from '../../ftr_provider_context';
import { StepCtx } from '../../services/performance';

export default function manyFieldsDiscover({ getService }: FtrProviderContext) {
describe('many_fields_discover', () => {
// FAILING: https://github.com/elastic/kibana/issues/130287
describe.skip('many_fields_discover', () => {
const performance = getService('performance');
const esArchiver = getService('esArchiver');
const kibanaServer = getService('kibanaServer');
Expand Down

0 comments on commit 3210f11

Please sign in to comment.