skip flaky suite, #109564

This commit is contained in:
Jonathan Budzenski 2021-09-09 09:29:27 -05:00
parent 334f129bcb
commit 72dfb9c7e3

View file

@ -16,7 +16,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const appsMenu = getService('appsMenu');
const globalNav = getService('globalNav');
describe('security', () => {
// FLAKY https://github.com/elastic/kibana/issues/109564
describe.skip('security', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/empty_kibana');
// ensure we're logged out so we can login as the appropriate users