skip flaky suite (#117971)

This commit is contained in:
Tiago Costa 2021-12-01 13:52:56 +00:00
parent c95fbfa339
commit b53bec9a83
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -665,7 +665,8 @@ export default ({ getService }: FtrProviderContext): void => {
});
});
describe('esArchiver', () => {
// FLAKY: https://github.com/elastic/kibana/issues/117971
describe.skip('esArchiver', () => {
const defaultSignalsIndex = '.siem-signals-default-000001';
beforeEach(async () => {