mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing performance suite (#130287)
This commit is contained in:
parent
19ed205f4f
commit
3210f11630
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue