Skip to content

Commit

Permalink
skip flaky suite (#132159)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and jbudz committed Aug 4, 2022
1 parent 4469b58 commit b2dbd9f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const appsMenu = getService('appsMenu');
const managementMenu = getService('managementMenu');

describe('security', () => {
// FLAKY: https://github.com/elastic/kibana/issues/132159
describe.skip('security', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/empty_kibana');
await PageObjects.common.navigateToApp('home');
Expand Down

0 comments on commit b2dbd9f

Please sign in to comment.