skip flaky suite (#159696)

This commit is contained in:
Tiago Costa 2023-08-15 14:08:58 +01:00
parent 54acc2ba2d
commit df03df0d0a
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -52,6 +52,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
};
// FLAKY: https://github.com/elastic/kibana/issues/159695
// FLAKY: https://github.com/elastic/kibana/issues/159696
describe.skip('For each artifact list under management', function () {
this.timeout(60_000 * 5);
let indexedData: IndexedHostsAndAlertsResponse;