Skip to content

Commit

Permalink
Merge branch 'master' into ingest-links2
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Sep 23, 2021
2 parents 3ba9b6a + 97e232f commit f6c46a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/management/_test_huge_fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function ({ getService, getPageObjects }) {
const PageObjects = getPageObjects(['common', 'home', 'settings']);

// FLAKY: https://github.com/elastic/kibana/issues/89031
describe.skip('test large number of fields', function () {
describe('test large number of fields', function () {
this.tags(['skipCloud']);

const EXPECTED_FIELD_COUNT = '10006';
Expand Down

0 comments on commit f6c46a8

Please sign in to comment.