Skip to content

Commit

Permalink
test/functional/apps/management/_test_huge_fields.js (elastic#112878)
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmivkulkarni authored and kibanamachine committed Sep 23, 2021
1 parent 3cbde06 commit a591f01
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 a591f01

Please sign in to comment.