Skip to content

Commit

Permalink
skip failing test suite (elastic#167073)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 22, 2023
1 parent 1f74f23 commit d16abe3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const appsMenu = getService('appsMenu');
const managementMenu = getService('managementMenu');

describe('security', function () {
// Failing: See https://github.com/elastic/kibana/issues/167073
describe.skip('security', function () {
this.tags('upgradeAssistant');
before(async () => {
await PageObjects.common.navigateToApp('home');
Expand Down

0 comments on commit d16abe3

Please sign in to comment.