skip failing es promotion suite (#87180)

This commit is contained in:
Tiago Costa 2021-01-04 16:48:56 +00:00
parent df1bfcc87f
commit 8f82459647
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -204,7 +204,9 @@ export default ({ getService }: FtrProviderContext) => {
});
});
});
describe('missing timestamps', () => {
// FAILING ES SNAPSHOT: https://github.com/elastic/kibana/issues/87180
describe.skip('missing timestamps', () => {
beforeEach(async () => {
await createSignalsIndex(supertest);
// to edit these files run the following script