skip flaky suite (#96113)

This commit is contained in:
Tiago Costa 2021-04-05 13:36:28 +01:00
parent 477ad20a80
commit 2d1d058295
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -15,7 +15,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const kibanaServer = getService('kibanaServer');
const testSubjects = getService('testSubjects');
describe('test large number of fields in sidebar', function () {
// FLAKY: https://github.com/elastic/kibana/issues/96113
describe.skip('test large number of fields in sidebar', function () {
before(async function () {
await security.testUser.setRoles(['kibana_admin', 'test_testhuge_reader'], false);
await esArchiver.loadIfNeeded('large_fields');