skip failing performance suite (#130287)

This commit is contained in:
spalger 2022-04-14 11:02:10 -05:00
parent 19ed205f4f
commit 3210f11630

View file

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