skip flaky suite (#109329)

(cherry picked from commit 21973b58a8)
This commit is contained in:
Tiago Costa 2021-10-26 01:52:21 +01:00 committed by spalger
parent 852a728229
commit ebcc0070ba

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 () => {