skip flaky suite (#154182)

This commit is contained in:
Tiago Costa 2023-04-11 20:40:43 +01:00
parent da3c06c447
commit 962e91556c
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -47,7 +47,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
});
describe('with a valid policy id', () => {
// FLAKY: https://github.com/elastic/kibana/issues/154182
describe.skip('with a valid policy id', () => {
let policyInfo: PolicyTestResourceInfo;
before(async () => {