Skip to content

Commit

Permalink
skip flaky suite (#89031)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Jan 26, 2021
1 parent b5b9cee commit 0fe7b9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/management/_test_huge_fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function ({ getService, getPageObjects }) {
const security = getService('security');
const PageObjects = getPageObjects(['common', 'home', 'settings']);

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

const EXPECTED_FIELD_COUNT = '10006';
Expand Down

0 comments on commit 0fe7b9e

Please sign in to comment.