skip flaky suite (#171476)

This commit is contained in:
Tiago Costa 2023-11-20 19:39:57 +00:00
parent e15b5e69af
commit f045d9d130
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -333,7 +333,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
}
describe('Should check artifacts are correctly generated when multiple entries', function () {
// FLAKY: https://github.com/elastic/kibana/issues/171476
describe.skip('Should check artifacts are correctly generated when multiple entries', function () {
let firstPolicy: PolicyTestResourceInfo;
let secondPolicy: PolicyTestResourceInfo;