skip flaky suite (#109329)

This commit is contained in:
Tiago Costa 2021-10-26 01:52:21 +01:00
parent 41c39deddd
commit 21973b58a8
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -170,7 +170,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
});
describe('create new policy', () => {
// FLAKY: https://github.com/elastic/kibana/issues/109329
describe.skip('create new policy', () => {
let version: string;
beforeEach(async () => {