Skip to content

Commit

Permalink
skip failing es promotion suite (#87180)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 4, 2021
1 parent df1bfcc commit 8f82459
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f82459

Please sign in to comment.