mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
test/functional/apps/management/_test_huge_fields.js (#112878)
This commit is contained in:
parent
56f5c179e0
commit
97e232f105
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue