Skip to content

Commit

Permalink
test/functional/apps/management/_test_huge_fields.js (#112878)
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmivkulkarni authored Sep 23, 2021
1 parent 56f5c17 commit 97e232f
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 97e232f

Please sign in to comment.