Skip to content

Commit

Permalink
skip flaky suite (elastic#96113)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 12, 2021
1 parent 477ad20 commit 2d1d058
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/_huge_fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 2d1d058

Please sign in to comment.