Skip to content

Commit

Permalink
test/functional/apps/management/_test_huge_fields.js (#112878) (#112908)
Browse files Browse the repository at this point in the history
Co-authored-by: Rashmi Kulkarni <[email protected]>
  • Loading branch information
kibanamachine and rashmivkulkarni authored Sep 23, 2021
1 parent 4f113a8 commit be58a75
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 be58a75

Please sign in to comment.