Skip to content

Commit

Permalink
skip failing test suite (#141868)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 16, 2022
1 parent e32a8cd commit f04b03e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/api_keys/home_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
},
};

describe('Home page', function () {
// Failing: See https://github.com/elastic/kibana/issues/141868
describe.skip('Home page', function () {
before(async () => {
await clearAllApiKeys(es, log);
await security.testUser.setRoles(['kibana_admin']);
Expand Down

0 comments on commit f04b03e

Please sign in to comment.